mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
functionObjects: Removed the redundant "viable" member function
Construction failure and recovery is not handled with exceptions in functionObjectList
This commit is contained in:
@ -30,7 +30,7 @@ License
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineTypeNameAndDebug(FUNCTIONOBJECT, 0);
|
||||
defineTypeNameAndDebug(FUNCTIONOBJECT, 0);
|
||||
}
|
||||
|
||||
|
||||
@ -83,8 +83,7 @@ void Foam::FUNCTIONOBJECT::timeSet()
|
||||
|
||||
|
||||
void Foam::FUNCTIONOBJECT::write()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user