Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sunethwarna committed Dec 20, 2023
1 parent c26452d commit aacb6c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ class VelocityBossakSensitivityBuilderScheme : public SimpleSteadySensitivityBui
mMassMatrices.resize(number_of_threads);
mDampingMatrices.resize(number_of_threads);
mSecondDerivativesVectors.resize(number_of_threads);

KRATOS_INFO(this->Info()) << this->Info() << " created [ Dimensionality = " << Dimension << ", BlockSize = " << BlockSize << " ].\n";
}

/// Destructor.
Expand Down

0 comments on commit aacb6c1

Please sign in to comment.