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