Skip to content

Commit 2b5f108

Browse files
committed
Parenthesis.
1 parent e3f50ed commit 2b5f108

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

applications/RomApplication/custom_strategies/global_rom_builder_and_solver.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,10 @@ class GlobalROMBuilderAndSolver : public ResidualBasedBlockBuilderAndSolver<TSpa
640640

641641
Build(pScheme, rModelPart, rA, rb);
642642

643-
if (mMonotonicityPreservingFlag)
643+
if (mMonotonicityPreservingFlag) {
644644
BaseType::ApplyDirichletConditions(pScheme, rModelPart, rA, rDx, rb);
645645
MonotonicityPreserving(rA, rb);
646+
}
646647

647648
ProjectROM(rModelPart, rA, rb);
648649

0 commit comments

Comments
 (0)