Revert "inputSyntaxEntry: Moved inputSyntaxEntry::typeName definition to entryIO.C"
This reverts commit 56023e97fb.
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
========= |
|
||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||
\\ / O peration | Website: https://openfoam.org
|
||||
\\ / A nd | Copyright (C) 2019-2022 OpenFOAM Foundation
|
||||
\\ / A nd | Copyright (C) 2019-2020 OpenFOAM Foundation
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
@ -28,6 +28,11 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
const Foam::word Foam::functionEntries::inputSyntaxEntry::typeName
|
||||
(
|
||||
Foam::functionEntries::inputSyntaxEntry::typeName_()
|
||||
);
|
||||
|
||||
// Don't lookup the debug switch here as the debug switch dictionary
|
||||
// might include inputSyntax entries
|
||||
int Foam::functionEntries::inputSyntaxEntry::debug(0);
|
||||
|
||||
Reference in New Issue
Block a user