mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Whitespace
p4#: 21309
This commit is contained in:
@@ -45,9 +45,6 @@ RimWell::RimWell()
|
||||
|
||||
CAF_PDM_InitField(&showWellCells, "ShowWellCells", true, "Add cells to range filter", "", "", "");
|
||||
CAF_PDM_InitField(&showWellCellFence, "ShowWellCellFence", false, " Use well fence", "", "", "");
|
||||
//CAF_PDM_InitField(&wellCellColor, "WellCellColor", cvf::Color3f(cvf::Color3f::BROWN), "Well cell color", "", "", "");
|
||||
|
||||
|
||||
|
||||
name.setUiHidden(true);
|
||||
name.setUiReadOnly(true);
|
||||
|
||||
@@ -54,7 +54,6 @@ public:
|
||||
|
||||
caf::PdmField<bool> showWellCells;
|
||||
caf::PdmField<bool> showWellCellFence;
|
||||
//caf::PdmField<cvf::Color3f> wellCellColor;
|
||||
|
||||
caf::PdmField<bool> showWellPipes;
|
||||
caf::PdmField<cvf::Color3f> wellPipeColor;
|
||||
|
||||
Reference in New Issue
Block a user