ENH: temperatureCoupledBase - updated private->protected member data

This commit is contained in:
andy
2014-05-21 19:37:54 +01:00
committed by Andrew Heather
parent a8f4c2f25e
commit 5b13e2e4d9

View File

@ -74,9 +74,9 @@ public:
}; };
private: protected:
// Private data // Protected data
static const NamedEnum<KMethodType, 4> KMethodTypeNames_; static const NamedEnum<KMethodType, 4> KMethodTypeNames_;