added typedefs for the type of parcel the cloud was instantiated for

This commit is contained in:
andy 2009-02-27 17:29:07 +00:00
parent de5df6f0bb
commit aa84d7dd1a
4 changed files with 16 additions and 0 deletions

View File

@ -194,6 +194,10 @@ public:
virtual ~KinematicCloud();
//- Type of parcel the cloud was instantiated for
typedef ParcelType parcelType;
// Member Functions
// Access

View File

@ -140,6 +140,10 @@ public:
virtual ~ReactingCloud();
//- Type of parcel the cloud was instantiated for
typedef ParcelType parcelType;
// Member Functions
// Access

View File

@ -108,6 +108,10 @@ public:
virtual ~ReactingMultiphaseCloud();
//- Type of parcel the cloud was instantiated for
typedef ParcelType parcelType;
// Member Functions
// Access

View File

@ -134,6 +134,10 @@ public:
virtual ~ThermoCloud();
//- Type of parcel the cloud was instantiated for
typedef ParcelType parcelType;
// Member Functions
// Access