ebos: do not mistake the pressure for the gas saturation anymore

this is a copy-and-pasto that was introduced with #189.
This commit is contained in:
Andreas Lauser 2017-06-16 09:25:56 +02:00
parent 89b21eb641
commit 3b37038043

View File

@ -1229,7 +1229,7 @@ private:
gasSaturationData.resize(numCartesianCells, 0.0);
const std::vector<double>& pressureData =
gasSaturationData = eclProps.getDoubleGridProperty("PRESSURE").getData();
eclProps.getDoubleGridProperty("PRESSURE").getData();
std::vector<double> rsData;
if (FluidSystem::enableDissolvedGas())
rsData = eclProps.getDoubleGridProperty("RS").getData();