#5368 Add import of well measurements to "file->import->well data" menu.

This commit is contained in:
Kristian Bendiksen
2020-02-03 13:48:10 +01:00
parent 5dc883f1ca
commit 3a304f984c
2 changed files with 3 additions and 1 deletions

View File

@@ -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();
}