mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5368 Add import of well measurements to "file->import->well data" menu.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "Rim3dView.h"
|
||||
#include "RimGridView.h"
|
||||
#include "RimProject.h"
|
||||
#include "RimTools.h"
|
||||
#include "RimWellMeasurement.h"
|
||||
#include "RimWellMeasurementCollection.h"
|
||||
#include "RimWellMeasurementFilePath.h"
|
||||
@@ -159,5 +160,5 @@ RimWellPathCollection* RicWellMeasurementImportTools::selectedWellPathCollection
|
||||
return caf::SelectionManager::instance()->selectedItemAncestorOfType<RimWellPathCollection>();
|
||||
}
|
||||
|
||||
return nullptr;
|
||||
return RimTools::wellPathCollection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user