mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
making the ref_depth_ to be double in WellInterface
which is a mistake.
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user