Skip to content

Commit

Permalink
Fixing incorrect member being used
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Sep 15, 2022
1 parent cd5db76 commit 7c8dd48
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,8 @@ class ResidualBasedDEMCoupledNewtonRaphsonStrategy
BaseType::Initialize();

//initialize solution step
if (this->mSolutionStepIsInitialized == false) {
BaseType::InitializeSolutionStep();
mpDEMStrategy->InitializeSolutionStep();
}
BaseType::InitializeSolutionStep();
mpDEMStrategy->InitializeSolutionStep();

TSystemMatrixType& rA = *this->mpA;
TSystemVectorType& rDx = *this->mpDx;
Expand Down

0 comments on commit 7c8dd48

Please sign in to comment.