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();
|
||||
|
||||
|
||||
//- Type of parcel the cloud was instantiated for
|
||||
typedef ParcelType parcelType;
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Access
|
||||
|
@ -140,6 +140,10 @@ public:
|
||||
virtual ~ReactingCloud();
|
||||
|
||||
|
||||
//- Type of parcel the cloud was instantiated for
|
||||
typedef ParcelType parcelType;
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Access
|
||||
|
@ -108,6 +108,10 @@ public:
|
||||
virtual ~ReactingMultiphaseCloud();
|
||||
|
||||
|
||||
//- Type of parcel the cloud was instantiated for
|
||||
typedef ParcelType parcelType;
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Access
|
||||
|
@ -134,6 +134,10 @@ public:
|
||||
virtual ~ThermoCloud();
|
||||
|
||||
|
||||
//- Type of parcel the cloud was instantiated for
|
||||
typedef ParcelType parcelType;
|
||||
|
||||
|
||||
// Member Functions
|
||||
|
||||
// Access
|
||||
|
Loading…
Reference in New Issue
Block a user