mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3549 Temporary LGR : Delete cached extractors and redraw curves
This commit is contained in:
@@ -224,3 +224,13 @@ void RimMainPlotCollection::updatePlotsWithCompletions()
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimMainPlotCollection::deleteAllCachedData()
|
||||
{
|
||||
m_wellLogPlotCollection()->deleteAllExtractors();
|
||||
m_rftPlotCollection()->deleteAllExtractors();
|
||||
m_pltPlotCollection()->deleteAllExtractors();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user