mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed missing clear of statistics data cache
This commit is contained in:
parent
fcace2a92b
commit
9281156d4d
@ -483,6 +483,7 @@ void RigCaseCellResultsData::clearAllResults()
|
|||||||
{
|
{
|
||||||
m_cellScalarResults.clear();
|
m_cellScalarResults.clear();
|
||||||
m_resultInfos.clear();
|
m_resultInfos.clear();
|
||||||
|
m_statisticsDataCache.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user