mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5200 Prototype of use of formation names for allen diagram
This commit is contained in:
committed by
Jacob Støren
parent
ba0ef5c7e8
commit
831b899091
@@ -359,6 +359,22 @@ QString RiaDefines::completionTypeResultName()
|
||||
return "Completion Type";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaDefines::binaryAllenResultName()
|
||||
{
|
||||
return "Binary Allen";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RiaDefines::allCombinationsAllenResultName()
|
||||
{
|
||||
return "All Allen Categories";
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -104,6 +104,10 @@ QString mobilePoreVolumeName();
|
||||
|
||||
QString completionTypeResultName();
|
||||
|
||||
// Fault results
|
||||
QString binaryAllenResultName();
|
||||
QString allCombinationsAllenResultName();
|
||||
|
||||
// Mock model text identifiers
|
||||
QString mockModelBasic();
|
||||
QString mockModelBasicWithResults();
|
||||
|
||||
Reference in New Issue
Block a user