#3766 Hide blank grid children in GeoMech cases

This commit is contained in:
Gaute Lindkvist
2018-11-27 13:39:11 +01:00
parent 70eca210bf
commit 5498c2f466
3 changed files with 18 additions and 15 deletions

View File

@@ -851,7 +851,7 @@ bool RimEclipseCase::openReserviorCase()
descendantsIncludingThisOfType(gridColls);
for (RimGridCollection* gridCollection : gridColls)
{
gridCollection->syncFromMainGrid();
gridCollection->syncFromMainEclipseGrid();
}
}