#5326 Phase Distribution : Add max TOF to property editor

This commit is contained in:
Magne Sjaastad
2020-01-12 13:27:18 +01:00
parent 7de6fda595
commit fc16c1d88e
4 changed files with 23 additions and 8 deletions

View File

@@ -68,4 +68,5 @@ private:
caf::PdmField<QString> m_wellName;
caf::PdmField<bool> m_groupSmallContributions;
caf::PdmField<double> m_smallContributionsRelativeThreshold;
caf::PdmField<double> m_maximumTof;
};