mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#6412 Hide experimental Stimplan features behind RESINSIGHT_DEVEL env var.
This commit is contained in:
@@ -1442,7 +1442,10 @@ void RimProject::defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, Q
|
||||
|
||||
if ( mainPlotCollection->fractureModelPlotCollection() )
|
||||
{
|
||||
itemCollection->add( mainPlotCollection->fractureModelPlotCollection() );
|
||||
if ( RiaApplication::enableDevelopmentFeatures() )
|
||||
{
|
||||
itemCollection->add( mainPlotCollection->fractureModelPlotCollection() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user