Fixed problems in auto nnc on/off

Consolidated Gui into Fault
This commit is contained in:
Jacob Støren
2014-09-09 13:07:01 +02:00
parent 4befec7897
commit 2f22624228
5 changed files with 33 additions and 29 deletions

View File

@@ -75,6 +75,7 @@ public:
caf::PdmField<bool> showFaultCollection;
caf::PdmField<bool> showNNCs;
caf::PdmField<bool> hideNncsWhenNoResultIsAvailable;
caf::PdmPointersField<RimFault*> faults;
RimFault* findFaultByName(QString name);