#6175 Fracture Model: Remove hard-coded reference to Norne.

This commit is contained in:
Kristian Bendiksen
2020-09-08 13:13:34 +02:00
committed by Magne Sjaastad
parent c0c9fcfe55
commit 839a049804
2 changed files with 5 additions and 3 deletions

View File

@@ -257,8 +257,8 @@ void RimElasticPropertiesCurve::performDataExtraction( bool* isUsingPseudoLength
for ( size_t i = 0; i < tvDepthValues.size(); i++ )
{
// TODO: get from somewhere??
QString fieldName = "Norne";
// Avoid using the field name in the match for now
QString fieldName = "";
QString faciesName = findFaciesName( *colorLegend, faciesValues[i] );
int idx = static_cast<int>( formationValues[i] );
QString formationName = formationNamesVector[idx];