mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
functionObjects::partialWrite: Redundant and removed
the equivalent functionality is provided by the writeRegisteredObject functionObject in a MUCH simpler, easier and extensible manner. functionObject: Removed the now redundant 'timeSet' function.
This commit is contained in:
@ -88,12 +88,6 @@ bool Foam::functionObjects::FUNCTIONOBJECT::end()
|
||||
}
|
||||
|
||||
|
||||
bool Foam::functionObjects::FUNCTIONOBJECT::timeSet()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
bool Foam::functionObjects::FUNCTIONOBJECT::write(const bool postProcess)
|
||||
{
|
||||
return true;
|
||||
|
||||
@ -130,9 +130,6 @@ public:
|
||||
//- Execute at the final time-loop, currently does nothing
|
||||
virtual bool end();
|
||||
|
||||
//- Called when time was set at the end of the Time::operator++
|
||||
virtual bool timeSet();
|
||||
|
||||
//- Write the FUNCTIONOBJECT
|
||||
virtual bool write(const bool postProcess = false);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user