Skip to content

Commit

Permalink
[TwoPhaseFlowSimulation] Refine geometry update position to avoid err…
Browse files Browse the repository at this point in the history
…or in update check.
  • Loading branch information
stdcm committed May 22, 2024
1 parent ebd4903 commit ca08e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwoPhaseFlowSimulation/TwoPhaseFlowSimulationModule.cc
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ _initGroup()
auto groupCreator(options() -> groupCreator()) ;
groupCreator -> init() ;
groupCreator -> prepare() ;
groupCreator -> apply() ;
// Group creation add new Geometry properties: need to update GeometryMng
_updateGeometry();
groupCreator -> apply() ;
}

/*---------------------------------------------------------------------------*/
Expand Down

0 comments on commit ca08e20

Please sign in to comment.