Skip to content
Snippets Groups Projects
Commit 854786ce authored by mattijs's avatar mattijs
Browse files

ENH: pointMVCWeight: move debug to Foam namespace

parent 24c0e4b6
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,10 @@ License ...@@ -28,7 +28,10 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * // // * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
defineDebugSwitchWithName(Foam::pointMVCWeight, "pointMVCWeight", 0); namespace Foam
{
defineDebugSwitchWithName(pointMVCWeight, "pointMVCWeight", 0);
}
Foam::scalar Foam::pointMVCWeight::tol(SMALL); Foam::scalar Foam::pointMVCWeight::tol(SMALL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment