#6888 Fix assert when MD gives anchor position outside of active cells bounding box.

This commit is contained in:
Kristian Bendiksen
2020-11-02 19:13:56 +01:00
parent 1f748e3c39
commit be8b54046e
5 changed files with 44 additions and 17 deletions

View File

@@ -68,6 +68,8 @@ public:
void enableTargetPointPicking( bool isEnabling );
void setUseAutoGeneratedTargetAtSeaLevel( bool autoGenerate );
std::vector<RiaWellPlanCalculator::WellPlanSegment> wellPlan() const;
std::vector<RimWellPathTarget*> activeWellTargets() const;