mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#827 Refactored CategoryMapper function names and added comments
This commit is contained in:
@@ -149,8 +149,8 @@ private:
|
||||
double m_localAutoPosClosestToZero;
|
||||
double m_localAutoNegClosestToZero;
|
||||
|
||||
cvf::IntArray m_globalCategories;
|
||||
cvf::IntArray m_localCategories;
|
||||
std::vector<int> m_globalCategories;
|
||||
std::vector<int> m_localCategories;
|
||||
|
||||
// Fields
|
||||
caf::PdmField<int> m_numLevels;
|
||||
|
||||
Reference in New Issue
Block a user