#2770 Fracture : Recompute completion type when required

This commit is contained in:
Magne Sjaastad
2018-04-20 12:58:42 +02:00
parent 68b360a03f
commit 69630211ca
3 changed files with 16 additions and 5 deletions

View File

@@ -321,8 +321,7 @@ void RimEllipseFractureTemplate::reload()
this->firstAncestorOrThisOfType(proj);
if (proj)
{
//Regenerate geometry
proj->createDisplayModelAndRedrawAllViews();
proj->reloadCompletionTypeResultsInAllViews();
assignConductivityToCellsInsideEllipse();
}
}