mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6175 Fracture Model: Remove hard-coded reference to Norne.
This commit is contained in:
committed by
Magne Sjaastad
parent
c0c9fcfe55
commit
839a049804
@@ -104,7 +104,9 @@ void RicElasticPropertiesImportTools::importElasticPropertiesFromFile( const QSt
|
||||
item.immobileFluidSaturation );
|
||||
}
|
||||
|
||||
rimElasticProperties->setPropertiesForFacies( key, rigElasticProperties );
|
||||
// Avoid using the field name in the match for now
|
||||
FaciesKey noFieldKey = std::make_tuple( "", formationName, faciesName );
|
||||
rimElasticProperties->setPropertiesForFacies( noFieldKey, rigElasticProperties );
|
||||
}
|
||||
|
||||
rimElasticProperties->setFilePath( filePath );
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user