mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Case realization parameters. Fix logical bug
This commit is contained in:
parent
56d0112b07
commit
2bd1bd777c
@ -47,7 +47,7 @@ public:
|
|||||||
void setValue(double value);
|
void setValue(double value);
|
||||||
void setValue(const QString& value);
|
void setValue(const QString& value);
|
||||||
|
|
||||||
bool isValid() const { return m_valueType == TYPE_NONE; }
|
bool isValid() const { return m_valueType != TYPE_NONE; }
|
||||||
bool isNumeric() const { return m_valueType == TYPE_NUMERIC; }
|
bool isNumeric() const { return m_valueType == TYPE_NUMERIC; }
|
||||||
bool isText() const { return m_valueType == TYPE_TEXT; }
|
bool isText() const { return m_valueType == TYPE_TEXT; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user