You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GeoMechanicsApplication] Move all non-template code to .cpp files and make sure any .h file does not contain any implementations (strategies) (#14115)
Copy file name to clipboardExpand all lines: applications/GeoMechanicsApplication/custom_strategies/builder_and_solvers/residualbased_block_builder_and_solver_with_mass_and_damping.hpp
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -378,7 +378,7 @@ class ResidualBasedBlockBuilderAndSolverWithMassAndDamping
378
378
BuildRHSNoDirichlet(pScheme, rModelPart, rb);
379
379
380
380
// NOTE: dofs are assumed to be numbered consecutively in the BlockBuilderAndSolver
0 commit comments