#1732 Update path to StimPlan xml if required

This commit is contained in:
Magne Sjaastad
2017-08-03 13:21:19 +02:00
parent f2c20db534
commit bf3636a9df
5 changed files with 34 additions and 3 deletions

View File

@@ -438,6 +438,9 @@ void RimProject::setProjectFileNameAndUpdateDependencies(const QString& fileName
if (oilField->summaryCaseCollection() != NULL) {
oilField->summaryCaseCollection()->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath);
}
CVF_ASSERT(oilField->fractureDefinitionCollection());
oilField->fractureDefinitionCollection()->updateFilePathsFromProjectPath(newProjectPath, oldProjectPath);
}