mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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()
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -134,7 +134,7 @@ public:
|
||||
// Member Functions
|
||||
|
||||
//- Return name of the FUNCTIONOBJECT
|
||||
virtual const word& name() const
|
||||
const word& name() const
|
||||
{
|
||||
return name_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user