Skip to content
Snippets Groups Projects
Commit eda58a4b authored by andy's avatar andy
Browse files

ENH: made local member data private

parent b82fc468
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment