move getSegmentSurfaceVolume to MultisegmentWellSegments

This commit is contained in:
Arne Morten Kvarving
2022-12-19 14:20:55 +01:00
parent 9c19120855
commit 4a9cedf452
5 changed files with 157 additions and 152 deletions

View File

@@ -1755,10 +1755,11 @@ namespace Opm
pvt_region_index = fs.pvtRegionIndex();
}
return this->MSWEval::getSegmentSurfaceVolume(temperature,
saltConcentration,
pvt_region_index,
seg_idx);
return this->segments_.getSurfaceVolume(temperature,
saltConcentration,
this->primary_variables_,
pvt_region_index,
seg_idx);
}