Add support for well paths from OSDU.

This commit is contained in:
Kristian Bendiksen
2024-02-28 08:10:52 +01:00
parent d02dd2dfed
commit 577ef1e154
33 changed files with 2003 additions and 1268 deletions

View File

@@ -270,8 +270,6 @@ void RimProject::close()
casesObsolete.deleteChildren();
caseGroupsObsolete.deleteChildren();
wellPathImport->regions().deleteChildren();
commandObjects.deleteChildren();
multiSnapshotDefinitions.deleteChildren();
@@ -512,7 +510,6 @@ void RimProject::setProjectFileNameAndUpdateDependencies( const QString& project
filePath->setPath( newFilePath );
}
wellPathImport->updateFilePaths();
auto* wellPathColl = RimTools::wellPathCollection();
if ( wellPathColl )
{