making the ref_depth_ to be double in WellInterface

which is a mistake.
This commit is contained in:
Kai Bao 2017-07-19 11:51:19 +02:00
parent 4624ecc63d
commit 1c2353fab8

View File

@ -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_;