mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2918 from joakim-hove/summary-RRPV
Change output name of Region Pore Volume
This commit is contained in:
commit
2d137e706f
@ -133,7 +133,7 @@ class EclOutputBlackOilModule
|
||||
case FipDataType::OilInPlaceInGasPhase: return "OIPG";
|
||||
case FipDataType::GasInPlaceInLiquidPhase: return "GIPL";
|
||||
case FipDataType::GasInPlaceInGasPhase: return "GIPG";
|
||||
case FipDataType::PoreVolume: return "PV";
|
||||
case FipDataType::PoreVolume: return "RPV";
|
||||
}
|
||||
throw std::logic_error("fip_type: " + std::to_string(fip_type) + " not recognized");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user