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

@ -36,7 +36,10 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
defineTypeNameAndDebug(Foam::surfaceIntersection, 0);
namespace Foam
{
defineTypeNameAndDebug(surfaceIntersection, 0);
}
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //