mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2332 2D Intersection View: Show warning if intersection is not vertical
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "cafCmdFeature.h"
|
||||
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
class RimIntersection;
|
||||
|
||||
@@ -37,5 +37,5 @@ protected:
|
||||
void setupActionLook(QAction* actionToSetup) override;
|
||||
|
||||
private:
|
||||
static std::vector<RimIntersection*> selectedIntersections();
|
||||
static std::set<RimIntersection*> selectedIntersections();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user