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:
parent
8ca73960f4
commit
81ff5f70af
@ -100,6 +100,7 @@ void RimCellEdgeColors::setReservoirView(RimEclipseView* ownerReservoirView)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellEdgeColors::loadResult()
|
||||
{
|
||||
if (!enableCellEdgeColors) return;
|
||||
if (!m_reservoirView->currentGridCellResults()) return;
|
||||
|
||||
if (isUsingSingleVariable())
|
||||
|
Loading…
Reference in New Issue
Block a user