BUG: Moved template type name definition to within Foam namespace

This commit is contained in:
andy
2011-11-25 11:56:55 +00:00
parent d509c581b2
commit ae130cf60f

View File

@ -28,11 +28,14 @@ License
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
defineTemplateTypeNameAndDebug
(
Foam::IOPtrList<Foam::regionModels::pyrolysisModels::pyrolysisModel>,
0
);
namespace Foam
{
defineTemplateTypeNameAndDebug
(
IOPtrList<regionModels::pyrolysisModels::pyrolysisModel>,
0
);
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //