added typedefs for the type of parcel the cloud was instantiated for
This commit is contained in:
parent
de5df6f0bb
commit
aa84d7dd1a
@ -194,6 +194,10 @@ public:
|
|||||||
virtual ~KinematicCloud();
|
virtual ~KinematicCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
@ -140,6 +140,10 @@ public:
|
|||||||
virtual ~ReactingCloud();
|
virtual ~ReactingCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
@ -108,6 +108,10 @@ public:
|
|||||||
virtual ~ReactingMultiphaseCloud();
|
virtual ~ReactingMultiphaseCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
@ -134,6 +134,10 @@ public:
|
|||||||
virtual ~ThermoCloud();
|
virtual ~ThermoCloud();
|
||||||
|
|
||||||
|
|
||||||
|
//- Type of parcel the cloud was instantiated for
|
||||||
|
typedef ParcelType parcelType;
|
||||||
|
|
||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
Loading…
Reference in New Issue
Block a user