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:
@ -40,10 +40,10 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
defineTypeNameAndDebug(Foam::createShellMesh, 0);
|
||||
|
||||
namespace Foam
|
||||
{
|
||||
defineTypeNameAndDebug(createShellMesh, 0);
|
||||
|
||||
template<>
|
||||
class minEqOp<labelPair>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user