mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 14:25:34 -06:00
making the ref_depth_ to be double in WellInterface
which is a mistake.
This commit is contained in:
parent
4624ecc63d
commit
1c2353fab8
@ -212,7 +212,7 @@ namespace Opm
|
||||
std::vector<double> perf_depth_;
|
||||
|
||||
// reference depth for the BHP
|
||||
int ref_depth_;
|
||||
double ref_depth_;
|
||||
|
||||
double well_efficiency_factor_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user