STYLE: avoid namespace { ... } in functionObject source code

This commit is contained in:
Mark Olesen
2010-04-09 14:09:42 +02:00
parent 16a16090db
commit a30f977dc5
25 changed files with 83 additions and 111 deletions

View File

@ -29,10 +29,7 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
namespace Foam
{
defineTypeNameAndDebug(writeRegisteredObject, 0);
}
defineTypeNameAndDebug(Foam::writeRegisteredObject, 0);
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //