mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add support for well paths from OSDU.
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user