mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-27 08:47:00 -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 combinedTransmissibilityResultName() { return "TRANSXYZ"; }
|
||||
static QString ternarySaturationResultName() { return "TERNARY"; }
|
||||
static QString combinedMultResultName() { return "riMULTXYZ"; }
|
||||
static QString combinedMultResultName() { return "MULTXYZ"; }
|
||||
|
||||
|
||||
// Mock model text identifiers
|
||||
|
Loading…
Reference in New Issue
Block a user