mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1918 Observed Data : Remove RigSummaryCaseData
This commit is contained in:
@@ -70,7 +70,7 @@ void RicReloadSummaryCaseFeature::onActionTriggered(bool isChecked)
|
||||
std::vector<RimSummaryCase*> caseSelection = selectedSummaryCases();
|
||||
for (RimSummaryCase* summaryCase : caseSelection)
|
||||
{
|
||||
summaryCase->reloadCase();
|
||||
summaryCase->createSummaryReaderInterface();
|
||||
|
||||
RiaLogging::info(QString("Reloaded data for %1").arg(summaryCase->summaryHeaderFilename()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user