mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: primary variables no longer needs to be mutable
This commit is contained in:
@@ -105,7 +105,7 @@ protected:
|
||||
void updateWellStateFromPrimaryVariables(WellState& well_state,
|
||||
DeferredLogger& deferred_logger) const;
|
||||
|
||||
mutable PrimaryVariables primary_variables_; //!< Primary variables for well
|
||||
PrimaryVariables primary_variables_; //!< Primary variables for well
|
||||
|
||||
// the saturations in the well bore under surface conditions at the beginning of the time step
|
||||
std::vector<double> F0_;
|
||||
|
||||
Reference in New Issue
Block a user