Rename Well2 -> Well and Group2 -> Group

This commit is contained in:
Joakim Hove
2019-11-13 23:18:01 +01:00
parent 96b4556926
commit fce5d2f369
27 changed files with 620 additions and 620 deletions
+2 -2
View File
@@ -482,10 +482,10 @@ protected:
// Wells
const int episodeIdx = simulator_.episodeIndex();
const auto& wells = simulator_.vanguard().schedule().getWells2(episodeIdx);
const auto& wells = simulator_.vanguard().schedule().getWells(episodeIdx);
for (const auto& well : wells) {
if (well.getStatus() == Opm::Well2::Status::SHUT)
if (well.getStatus() == Opm::Well::Status::SHUT)
continue;
const double wtracer = well.getTracerProperties().getConcentration(tracerNames_[tracerIdx]);