mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Corrected combined mult result name
This commit is contained in:
parent
cdf2b07118
commit
7e815a8641
@ -45,7 +45,7 @@ public:
|
|||||||
static QString undefinedGridFaultName() { return "Undefined grid faults"; }
|
static QString undefinedGridFaultName() { return "Undefined grid faults"; }
|
||||||
static QString combinedTransmissibilityResultName() { return "TRANSXYZ"; }
|
static QString combinedTransmissibilityResultName() { return "TRANSXYZ"; }
|
||||||
static QString ternarySaturationResultName() { return "TERNARY"; }
|
static QString ternarySaturationResultName() { return "TERNARY"; }
|
||||||
static QString combinedMultResultName() { return "riMULTXYZ"; }
|
static QString combinedMultResultName() { return "MULTXYZ"; }
|
||||||
|
|
||||||
|
|
||||||
// Mock model text identifiers
|
// Mock model text identifiers
|
||||||
|
Loading…
Reference in New Issue
Block a user