MultisegmentWell: make updatePrimaryVariables non-const

this will obviously update state
This commit is contained in:
Arne Morten Kvarving
2022-12-16 15:05:06 +01:00
parent ef992080cf
commit f782673b2d
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ protected:
// handling the overshooting and undershooting of the fractions
void processFractions(const int seg);
void updatePrimaryVariables(const WellState& well_state) const;
void updatePrimaryVariables(const WellState& well_state);
void updateUpwindingSegments();