mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added the missing defineTemplateTypeNameAndDebug(Cloud<solidParticle>, 0)
This commit is contained in:
@ -35,6 +35,7 @@ License
|
|||||||
namespace Foam
|
namespace Foam
|
||||||
{
|
{
|
||||||
defineParticleTypeNameAndDebug(solidParticle, 0);
|
defineParticleTypeNameAndDebug(solidParticle, 0);
|
||||||
|
defineTemplateTypeNameAndDebug(Cloud<solidParticle>, 0);
|
||||||
};
|
};
|
||||||
|
|
||||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||||
|
|||||||
Reference in New Issue
Block a user