From 42500f41bb9fd16ae68c257da0d4d62b0698840e Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Wed, 14 Aug 2024 09:48:25 +0200 Subject: [PATCH] rename GMIM to GMTR --- opm/simulators/flow/GenericOutputBlackoilModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/simulators/flow/GenericOutputBlackoilModule.cpp b/opm/simulators/flow/GenericOutputBlackoilModule.cpp index 5e46b6ec3..949033eea 100644 --- a/opm/simulators/flow/GenericOutputBlackoilModule.cpp +++ b/opm/simulators/flow/GenericOutputBlackoilModule.cpp @@ -140,7 +140,7 @@ std::string EclString(const Opm::Inplace::Phase phase) return "GKMO"; case Opm::Inplace::Phase::CO2MassInGasPhaseMaximumTrapped: - return "GMIM"; + return "GMTR"; case Opm::Inplace::Phase::CO2MassInGasPhaseMaximumUnTrapped: return "GMMO";