mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
FractionCalculator: make member a const reference
This commit is contained in:
@@ -337,7 +337,7 @@ namespace WellGroupHelpers
|
||||
int report_step_;
|
||||
const GuideRate* guide_rate_;
|
||||
GuideRateModel::Target target_;
|
||||
PhaseUsage pu_;
|
||||
const PhaseUsage& pu_;
|
||||
bool is_producer_;
|
||||
Phase injection_phase_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user