mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6007 Reload facies properties when project is reopened.
This commit is contained in:
committed by
Magne Sjaastad
parent
38ec6e5069
commit
466827e7d0
@@ -472,3 +472,14 @@ void RimFractureModel::setFaciesProperties( RimFaciesProperties* faciesPropertie
|
||||
{
|
||||
m_faciesProperties = faciesProperties;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimFractureModel::loadDataAndUpdate()
|
||||
{
|
||||
if ( m_faciesProperties )
|
||||
{
|
||||
m_faciesProperties->loadDataAndUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -71,6 +71,8 @@ public:
|
||||
|
||||
RimWellPath* wellPath() const;
|
||||
|
||||
void loadDataAndUpdate();
|
||||
|
||||
RimModeledWellPath* thicknessDirectionWellPath() const;
|
||||
void setThicknessDirectionWellPath( RimModeledWellPath* thicknessDirectionWellPath );
|
||||
void setFaciesProperties( RimFaciesProperties* faciesProperties );
|
||||
|
||||
Reference in New Issue
Block a user