functionObjects: Removed the redundant "viable" member function

Construction failure and recovery is not handled with exceptions in functionObjectList
This commit is contained in:
Henry Weller
2016-05-11 12:57:17 +01:00
parent 82151962c5
commit 437030a57d
99 changed files with 220 additions and 1154 deletions

View File

@ -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()
{
}
{}
// ************************************************************************* //

View File

@ -134,7 +134,7 @@ public:
// Member Functions
//- Return name of the FUNCTIONOBJECT
virtual const word& name() const
const word& name() const
{
return name_;
}