mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2462 Add fracture template id
This commit is contained in:
@@ -1385,7 +1385,7 @@ void RimEclipseView::defineUiTreeOrdering(caf::PdmUiTreeOrdering& uiTreeOrdering
|
||||
|
||||
if (oilfield && oilfield->fractureDefinitionCollection().notNull())
|
||||
{
|
||||
if (!oilfield->fractureDefinitionCollection()->fractureDefinitions.empty())
|
||||
if (!oilfield->fractureDefinitionCollection()->fractureTemplates().empty())
|
||||
{
|
||||
uiTreeOrdering.add(fractureColors());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user