mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: adjust codeTemplates to use '= delete'
This commit is contained in:
@ -91,10 +91,10 @@ class FUNCTIONOBJECT
|
||||
// Private Member Functions
|
||||
|
||||
|
||||
//- Disallow default bitwise copy construct
|
||||
//- No copy construct
|
||||
FUNCTIONOBJECT(const FUNCTIONOBJECT&);
|
||||
|
||||
//- Disallow default bitwise assignment
|
||||
//- No copy assignment
|
||||
void operator=(const FUNCTIONOBJECT&);
|
||||
|
||||
|
||||
@ -122,7 +122,7 @@ public:
|
||||
// Member Functions
|
||||
|
||||
//- Read the FUNCTIONOBJECT data
|
||||
virtual bool read(const dictionary&);
|
||||
virtual bool read(const dictionary& dict);
|
||||
|
||||
//- Execute, currently does nothing
|
||||
virtual bool execute();
|
||||
|
||||
Reference in New Issue
Block a user