Fixed missing clear of statistics data cache

This commit is contained in:
Magne Sjaastad 2016-09-06 14:26:42 +02:00
parent fcace2a92b
commit 9281156d4d

View File

@ -483,6 +483,7 @@ void RigCaseCellResultsData::clearAllResults()
{
m_cellScalarResults.clear();
m_resultInfos.clear();
m_statisticsDataCache.clear();
}
//--------------------------------------------------------------------------------------------------