#724 Grid Case Group Statistics: Add option to include in-active cell value as zero

This commit is contained in:
Magne Sjaastad
2016-09-01 18:08:51 +02:00
parent 8098578545
commit f1451a1126
4 changed files with 36 additions and 3 deletions

View File

@@ -119,4 +119,6 @@ private:
caf::PdmField<double > m_highPercentile;
caf::PdmField<QString> m_wellDataSourceCase;
caf::PdmField< bool > m_useZeroAsInactiveCellValue;
};