tidying up

This commit is contained in:
andy
2009-06-01 19:51:13 +01:00
parent 11c29be25f
commit 03edbb8bad
2 changed files with 4 additions and 6 deletions

View File

@ -27,14 +27,13 @@ License
#include "basicKinematicParcel.H"
#include "KinematicCloud.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
// defineTemplateTypeNameAndDebug(IOPosition<basicKinematicParcel>, 0);
defineTemplateTypeNameAndDebug(Cloud<basicKinematicParcel>, 0);
defineParcelTypeNameAndDebug(KinematicCloud<basicKinematicParcel>, 0);
// defineTemplateTypeNameAndDebug(KinematicCloud<basicKinematicParcel>, 0);
};

View File

@ -27,20 +27,19 @@ License
#include "basicThermoParcel.H"
#include "ThermoCloud.H"
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
namespace Foam
{
defineTemplateTypeNameAndDebug(Cloud<basicThermoParcel>, 0);
defineParcelTypeNameAndDebug(KinematicParcel<basicThermoParcel>, 0);
// defineTemplateTypeNameAndDebug(KinematicParcel<basicThermoParcel>, 0);
defineParcelTypeNameAndDebug(ThermoParcel<basicThermoParcel>, 0);
defineTemplateTypeNameAndDebug(ThermoParcel<basicThermoParcel>, 0);
defineParcelTypeNameAndDebug(KinematicCloud<basicThermoParcel>, 0);
// defineTemplateTypeNameAndDebug(KinematicCloud<basicThermoParcel>, 0);
defineParcelTypeNameAndDebug(ThermoCloud<basicThermoParcel>, 0);
// defineTemplateTypeNameAndDebug(ThermoCloud<basicThermoParcel>, 0);
};