mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3190 Completion Export Fracture Header : Remove flag for fracture summary header text
This commit is contained in:
@@ -90,7 +90,6 @@ public:
|
||||
void showFishbonesInUi(bool enable);
|
||||
|
||||
bool reportCompletionsTypesIndividually() const;
|
||||
bool includeFracturesSummaryHeader() const;
|
||||
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
|
||||
|
||||
@@ -100,7 +99,6 @@ protected:
|
||||
|
||||
private:
|
||||
caf::PdmField<CombinationModeType> m_reportCompletionTypesSeparately;
|
||||
caf::PdmField<bool> m_includeFracturesSummaryHeader;
|
||||
|
||||
bool m_displayForSimWell;
|
||||
bool m_fracturesEnabled;
|
||||
|
||||
Reference in New Issue
Block a user