mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6596 Rename from FractureModel to StimPlanModel.
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
|
||||
#include "RimColorLegend.h"
|
||||
#include "RimEclipseResultDefinition.h"
|
||||
#include "RimFractureModelTemplate.h"
|
||||
#include "RimProject.h"
|
||||
#include "RimRegularLegendConfig.h"
|
||||
#include "RimStimPlanModelTemplate.h"
|
||||
#include "RimTools.h"
|
||||
|
||||
#include "RicFaciesPropertiesImportTools.h"
|
||||
@@ -193,9 +193,9 @@ void RimFaciesProperties::loadDataAndUpdate()
|
||||
{
|
||||
if ( !m_filePath().path().isEmpty() )
|
||||
{
|
||||
RimFractureModelTemplate* fractureModelTemplate;
|
||||
firstAncestorOrThisOfType( fractureModelTemplate );
|
||||
RicFaciesPropertiesImportTools::importFaciesPropertiesFromFile( m_filePath().path(), fractureModelTemplate );
|
||||
RimStimPlanModelTemplate* stimPlanModelTemplate;
|
||||
firstAncestorOrThisOfType( stimPlanModelTemplate );
|
||||
RicFaciesPropertiesImportTools::importFaciesPropertiesFromFile( m_filePath().path(), stimPlanModelTemplate );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user