mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CellEdge : Early exit if not enabled
This commit is contained in:
@@ -100,6 +100,7 @@ void RimCellEdgeColors::setReservoirView(RimEclipseView* ownerReservoirView)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellEdgeColors::loadResult()
|
||||
{
|
||||
if (!enableCellEdgeColors) return;
|
||||
if (!m_reservoirView->currentGridCellResults()) return;
|
||||
|
||||
if (isUsingSingleVariable())
|
||||
|
||||
Reference in New Issue
Block a user