mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: temperatureCoupledBase - updated private->protected member data
This commit is contained in:
@ -74,9 +74,9 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
|
|
||||||
// Private data
|
// Protected data
|
||||||
|
|
||||||
static const NamedEnum<KMethodType, 4> KMethodTypeNames_;
|
static const NamedEnum<KMethodType, 4> KMethodTypeNames_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user