mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: defineDebug: move into Foam namespace
This commit is contained in:
@ -28,17 +28,16 @@ License
|
||||
#include "dictionary.H"
|
||||
#include "Time.H"
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
defineTypeNameAndDebug(Foam::fieldMinMax, 0);
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineTypeNameAndDebug(fieldMinMax, 0);
|
||||
|
||||
template<>
|
||||
const char* Foam::NamedEnum
|
||||
const char* NamedEnum
|
||||
<
|
||||
Foam::fieldMinMax::modeType,
|
||||
fieldMinMax::modeType,
|
||||
2
|
||||
>::names[] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user