Skip to content

Commit

Permalink
Merge pull request #14 from arcaneframework/dev/sdc-fix-geometry-upda…
Browse files Browse the repository at this point in the history
…te-2

Move geometry update call to avoid error in geometry update check.
  • Loading branch information
stdcm authored May 22, 2024
2 parents ebd4903 + ca08e20 commit ad98652
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 ad98652

Please sign in to comment.