mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
minor fix on trackData
This commit is contained in:
@ -396,7 +396,6 @@ void Foam::KinematicCloud<ParcelType>::inject
|
||||
|
||||
|
||||
template<class ParcelType>
|
||||
template<class TrackingData>
|
||||
void Foam::KinematicCloud<ParcelType>::injectParcel(ParcelType* p)
|
||||
{
|
||||
addParticle(p);
|
||||
|
||||
@ -238,7 +238,6 @@ protected:
|
||||
void inject(TrackingData& td);
|
||||
|
||||
//- Inject parcel if it is valid - delete otherwise
|
||||
template<class TrackingData>
|
||||
void injectParcel(ParcelType* p);
|
||||
|
||||
//- Post-injection checks
|
||||
|
||||
Reference in New Issue
Block a user