STYLE: defineDebug: move into Foam namespace

This commit is contained in:
mattijs
2012-12-17 17:35:42 +00:00
parent 9669f47bbd
commit 100a25ee25
118 changed files with 560 additions and 211 deletions

View File

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