mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1025 Replaced check-box with enum for showing cell center spheres
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
RimEclipseWellCollection();
|
||||
virtual ~RimEclipseWellCollection();
|
||||
|
||||
|
||||
void setReservoirView(RimEclipseView* ownerReservoirView);
|
||||
|
||||
enum WellVisibilityType
|
||||
@@ -102,8 +102,7 @@ public:
|
||||
|
||||
caf::PdmField<bool> isAutoDetectingBranches;
|
||||
|
||||
caf::PdmField<bool> showCellCenterSpheres;
|
||||
//caf::PdmField<WellVisibilityEnum> wellSphereVisibility;
|
||||
caf::PdmField<WellVisibilityEnum> wellSphereVisibility;
|
||||
caf::PdmField<double> cellCenterSpheresScaleFactor;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user