#7804 Compute static result for IJK indexes.

This commit is contained in:
Kristian Bendiksen
2021-06-21 20:24:02 +02:00
parent dde4f021ab
commit 56b80b8a02
4 changed files with 150 additions and 0 deletions

View File

@@ -313,6 +313,30 @@ QString RiaResultNames::formationAllanResultName()
return "Formation Allan";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::indexIResultName()
{
return "INDEX_I";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::indexJResultName()
{
return "INDEX_J";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QString RiaResultNames::indexKResultName()
{
return "INDEX_K";
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -64,6 +64,10 @@ QString faultReactAssessmentPrefix();
QString completionTypeResultName();
QString indexIResultName();
QString indexJResultName();
QString indexKResultName();
// Well path derived results
QString wbsAzimuthResult();
QString wbsInclinationResult();