mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2329. Relocate summary cases
This commit is contained in:
parent
a26f3b6907
commit
69a18e1a11
@ -449,6 +449,11 @@ void RimProject::setProjectFileNameAndUpdateDependencies(const QString& fileName
|
|||||||
cases[i]->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath);
|
cases[i]->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (RimSummaryCase* summaryCase : allSummaryCases())
|
||||||
|
{
|
||||||
|
summaryCase->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath);
|
||||||
|
}
|
||||||
|
|
||||||
// Update path to well path file cache
|
// Update path to well path file cache
|
||||||
for(RimOilField* oilField: oilFields)
|
for(RimOilField* oilField: oilFields)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user