Skip to content
Snippets Groups Projects
Commit 7118bf64 authored by andy's avatar andy
Browse files

BUG: Added missing typename macro

parent e3c4a02b
Branches
Tags
No related merge requests found
......@@ -25,6 +25,13 @@ License
#include "solidParticleCloud.H"
// * * * * * * * * * * * * * * Static Data Members * * * * * * * * * * * * * //
namespace Foam
{
defineTemplateTypeNameAndDebug(Cloud<solidParticle>, 0);
}
// * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * //
bool Foam::solidParticle::move
......
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