mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: made local member data private
This commit is contained in:
@ -56,9 +56,9 @@ namespace Foam
|
||||
|
||||
class functionObjectFile
|
||||
{
|
||||
protected:
|
||||
private:
|
||||
|
||||
// Protected data
|
||||
// Private data
|
||||
|
||||
//- Reference to the database
|
||||
const objectRegistry& obr_;
|
||||
@ -73,6 +73,8 @@ protected:
|
||||
PtrList<OFstream> filePtrs_;
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
// Protected Member Functions
|
||||
|
||||
//- Return the base file directory for output
|
||||
|
||||
Reference in New Issue
Block a user