Skip to content
Snippets Groups Projects
Commit ad0c10ff authored by Henry's avatar Henry
Browse files

pyrolysisModelCollection: Corrected namespace of the instantiated IOPtrList

parent a1aabfa2
Branches
Tags
No related merge requests found
......@@ -26,6 +26,16 @@ License
#include "pyrolysisModelCollection.H"
#include "volFields.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
defineTemplateTypeNameAndDebug
(
Foam::IOPtrList<Foam::regionModels::pyrolysisModels::pyrolysisModel>,
0
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
namespace regionModels
......@@ -33,11 +43,6 @@ namespace regionModels
namespace pyrolysisModels
{
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
defineTemplateTypeNameAndDebug(IOPtrList<pyrolysisModel>, 0);
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
pyrolysisModelCollection::pyrolysisModelCollection
......
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