mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
MultisegmentWell: make updatePrimaryVariables non-const
this will obviously update state
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user