Skip to content

Commit

Permalink
[Core] Revert flag removed in #12700
Browse files Browse the repository at this point in the history
  • Loading branch information
loumalouomega authored Dec 17, 2024
1 parent ec51824 commit 075473e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,12 @@ class ResidualBasedBlockBuilderAndSolver
{
KRATOS_TRY;

// Call the external utility
BlockBuildDofArrayUtility::SetUpDofArray(rModelPart, BaseType::mDofSet, this->GetEchoLevel(), BaseType::GetCalculateReactionsFlag());

// Set the flag as añready initialized
BaseType::mDofSetIsInitialized = true;

KRATOS_CATCH("");
}

Expand Down

0 comments on commit 075473e

Please sign in to comment.