mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
functionObjectList with SHA1Digest tracking
This commit is contained in:
@ -121,7 +121,7 @@ public:
|
||||
|
||||
// Selectors
|
||||
|
||||
//- Select from Time and Istream
|
||||
//- Select from dictionary, based on its "type" entry
|
||||
static autoPtr<functionObject> New
|
||||
(
|
||||
const word& name,
|
||||
@ -143,7 +143,7 @@ public:
|
||||
//- execute is called at each ++ or += of the time-loop
|
||||
virtual bool execute() = 0;
|
||||
|
||||
//- Read and set the function object if its data has changed
|
||||
//- Read and set the function object if its data have changed
|
||||
virtual bool read(const dictionary& dict) = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user