ENH: temperatureCoupledBase - updated private->protected member data
This commit is contained in:
parent
5847c200a8
commit
82ce87c1be
1 changed files with 2 additions and 2 deletions
|
|
@ -74,9 +74,9 @@ public:
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
|
|
||||||
// Private data
|
// Protected data
|
||||||
|
|
||||||
static const NamedEnum<KMethodType, 4> KMethodTypeNames_;
|
static const NamedEnum<KMethodType, 4> KMethodTypeNames_;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue