Fracture Templates : Refactor load and update logic when geometry changes

This commit is contained in:
Magne Sjaastad
2018-09-13 08:32:27 +02:00
parent fe4ce550e0
commit c7c34d3735
8 changed files with 32 additions and 28 deletions

View File

@@ -69,5 +69,5 @@ void RicfScaleFractureTemplate::execute()
}
templ->setScaleFactors(m_widthScaleFactor, m_heightScaleFactor, m_dFactorScaleFactor, m_conductivityScaleFactor);
templ->reload();
templ->loadDataAndUpdateGeometryHasChanged();
}