ENH: made local member data private
This commit is contained in:
parent
b82fc4686e
commit
eda58a4b69
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user