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
Branches
Tags
No related merge requests found
......@@ -28,7 +28,10 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
defineDebugSwitchWithName(Foam::pointMVCWeight, "pointMVCWeight", 0);
namespace Foam
{
defineDebugSwitchWithName(pointMVCWeight, "pointMVCWeight", 0);
}
Foam::scalar Foam::pointMVCWeight::tol(SMALL);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment