cleaning up some unused stuff from StandardWellsDense

This commit is contained in:
Kai Bao
2017-07-21 16:16:20 +02:00
parent f1677015fe
commit e695a3c418
2 changed files with 0 additions and 53 deletions

View File

@@ -338,21 +338,12 @@ enum WellVariablePositions {
std::vector<EvalWell> wellVariables_;
std::vector<double> F0_;
Mat duneB_;
Mat duneC_;
Mat invDuneD_;
BVector resWell_;
long int global_nc_;
mutable BVector Bx_;
mutable BVector invDrw_;
mutable BVector scaleAddRes_;
double dbhpMaxRel() const {return param_.dbhp_max_rel_; }
double dWellFractionMax() const {return param_.dwell_fraction_max_; }
// protected methods
EvalWell getBhp(const int wellIdx) const;