mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
partial revert for b85c9a7487
- HashTableName + StaticHashTableName continue to use debug switch regardless of FULLDEBUG setting
This commit is contained in:
@ -28,10 +28,6 @@ License
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||||
|
|
||||||
#ifdef FULLDEBUG
|
|
||||||
defineTypeNameAndDebug(Foam::HashTableName, 0);
|
defineTypeNameAndDebug(Foam::HashTableName, 0);
|
||||||
#else
|
|
||||||
defineTypeName(Foam::HashTableName);
|
|
||||||
int Foam::HashTableName::debug(0);
|
|
||||||
#endif
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -28,11 +28,6 @@ License
|
|||||||
|
|
||||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||||
|
|
||||||
#ifdef FULLDEBUG
|
|
||||||
defineTypeNameAndDebug(Foam::StaticHashTableName, 0);
|
defineTypeNameAndDebug(Foam::StaticHashTableName, 0);
|
||||||
#else
|
|
||||||
defineTypeName(Foam::StaticHashTableName);
|
|
||||||
int Foam::StaticHashTableName::debug(0);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user