mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
riTRANSXYZ: First version working
Not yet extensively tested, but seems ok for complete match faces
This commit is contained in:
@@ -47,6 +47,10 @@ public:
|
||||
static QString ternarySaturationResultName() { return "TERNARY"; }
|
||||
static QString combinedMultResultName() { return "MULTXYZ"; }
|
||||
static QString combinedRiTransResultName() { return "riTRANSXYZ"; }
|
||||
static QString riTransXResultName() { return "riTRANSX"; }
|
||||
static QString riTransYResultName() { return "riTRANSY"; }
|
||||
static QString riTransZResultName() { return "riTRANSZ"; }
|
||||
|
||||
|
||||
// Mock model text identifiers
|
||||
static QString mockModelBasic() { return "Result Mock Debug Model Simple"; }
|
||||
|
||||
Reference in New Issue
Block a user