mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed assert from progress system when loading plots
This commit is contained in:
parent
c9dc41d374
commit
2aa6389796
@ -606,16 +606,12 @@ void RiaApplication::loadAndUpdatePlotData()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (flowColl)
|
if (flowColl)
|
||||||
{
|
{
|
||||||
flowColl->loadDataAndUpdate();
|
|
||||||
|
|
||||||
plotProgress.setNextProgressIncrement(flowColl->plotCount());
|
plotProgress.setNextProgressIncrement(flowColl->plotCount());
|
||||||
|
flowColl->loadDataAndUpdate();
|
||||||
|
plotProgress.incrementProgress();
|
||||||
}
|
}
|
||||||
|
|
||||||
plotProgress.incrementProgress();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user