mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: debug: move debug declaration into Foam namespace
This commit is contained in:
@ -33,7 +33,10 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
int Foam::solution::debug(::Foam::debug::debugSwitch("solution", 0));
|
||||
namespace Foam
|
||||
{
|
||||
defineDebugSwitchWithName(solution, "solution", 0);
|
||||
}
|
||||
|
||||
// List of sub-dictionaries to rewrite
|
||||
//! \cond localScope
|
||||
|
||||
Reference in New Issue
Block a user