(#672) Avoid deleting and hiding WellLogPlot and Wells folders when they have no children

This commit is contained in:
Jacob Støren
2015-11-30 15:07:54 +01:00
parent 9d9ff798a9
commit 704f4fa42b
2 changed files with 7 additions and 5 deletions

View File

@@ -37,6 +37,7 @@ RimOilField::RimOilField(void)
CAF_PDM_InitFieldNoDefault(&wellPathCollection, "WellPathCollection", "Well Paths", ":/WellCollection.png", "", "");
analysisModels = new RimEclipseCaseCollection();
wellPathCollection = new RimWellPathCollection();
}
//--------------------------------------------------------------------------------------------------