Skip to content
Snippets Groups Projects
Commit e934450b authored by Mark Olesen's avatar Mark Olesen
Browse files

partial revert for b85c9a74

- HashTableName + StaticHashTableName continue to use debug switch
  regardless of FULLDEBUG setting
parent d7f99e3d
Branches
Tags
No related merge requests found
......@@ -28,10 +28,6 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
#ifdef FULLDEBUG
defineTypeNameAndDebug(Foam::HashTableName, 0);
#else
defineTypeName(Foam::HashTableName);
int Foam::HashTableName::debug(0);
#endif
// ************************************************************************* //
......@@ -28,11 +28,6 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
#ifdef FULLDEBUG
defineTypeNameAndDebug(Foam::StaticHashTableName, 0);
#else
defineTypeName(Foam::StaticHashTableName);
int Foam::StaticHashTableName::debug(0);
#endif
// ************************************************************************* //
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