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
|
||||
{
|
||||
defineParticleTypeNameAndDebug(solidParticle, 0);
|
||||
defineTemplateTypeNameAndDebug(Cloud<solidParticle>, 0);
|
||||
};
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
Reference in New Issue
Block a user