Skip to content
Snippets Groups Projects
Commit 532721b8 authored by Andrew Heather's avatar Andrew Heather
Browse files

minor fix on trackData

parent 65ac3095
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment