Skip to content

Commit

Permalink
Unnamed arguments that were not used anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
WPK4FEM committed Jan 10, 2025
1 parent 416d169 commit 0f28fe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ void GeneralUPwDiffOrderCondition::EquationIdVector(EquationIdVectorType& rResul
rResult = Geo::DofUtilities::ExtractEquationIdsFrom(GetDofs());
}

void GeneralUPwDiffOrderCondition::CalculateAll(const Matrix& rLeftHandSideMatrix,
void GeneralUPwDiffOrderCondition::CalculateAll(const Matrix& ,
Vector& rRightHandSideVector,
const ProcessInfo& rCurrentProcessInfo,
bool CalculateLHSMatrixFlag,
bool ,
bool CalculateResidualVectorFlag)
{
KRATOS_TRY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ class KRATOS_API(GEO_MECHANICS_APPLICATION) GeneralUPwDiffOrderCondition : publi
// Member Variables
Geometry<Node>::Pointer mpPressureGeometry;

void CalculateAll(const Matrix& rLeftHandSideMatrix,
void CalculateAll(const Matrix& ,
Vector& rRightHandSideVector,
const ProcessInfo& rCurrentProcessInfo,
bool CalculateLHSMatrixFlag,
bool ,
bool CalculateResidualVectorFlag);

void InitializeConditionVariables(ConditionVariables& rVariables, const ProcessInfo& rCurrentProcessInfo);
Expand Down

0 comments on commit 0f28fe5

Please sign in to comment.