mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
move getSegmentSurfaceVolume to MultisegmentWellSegments
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user