mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Add const
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
bool isOperableAndSolvable() const;
|
||||
|
||||
void initCompletions();
|
||||
void closeCompletions(WellTestState& wellTestState);
|
||||
void closeCompletions(const WellTestState& wellTestState);
|
||||
|
||||
void setVFPProperties(const VFPProperties* vfp_properties_arg);
|
||||
void setGuideRate(const GuideRate* guide_rate_arg);
|
||||
|
||||
Reference in New Issue
Block a user