mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Moved template type name definition to within Foam namespace
This commit is contained in:
@ -28,11 +28,14 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
|
||||
|
||||
defineTemplateTypeNameAndDebug
|
||||
(
|
||||
Foam::IOPtrList<Foam::regionModels::pyrolysisModels::pyrolysisModel>,
|
||||
0
|
||||
);
|
||||
namespace Foam
|
||||
{
|
||||
defineTemplateTypeNameAndDebug
|
||||
(
|
||||
IOPtrList<regionModels::pyrolysisModels::pyrolysisModel>,
|
||||
0
|
||||
);
|
||||
}
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user