Skip to content
Snippets Groups Projects
Commit 2a6b16f5 authored by Will Bainbridge's avatar Will Bainbridge Committed by Andrew Heather
Browse files

lagrangian: Fixed argument passing from Colliding to Kinematic parcel component constructor

parent a4762ea6
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ inline Foam::CollidingParcel<ParcelType>::CollidingParcel
nParticle0,
d0,
dTarget0,
torque0,
U0,
constProps
),
f_(f0),
......
......@@ -372,7 +372,7 @@ public:
const scalar nParticle0,
const scalar d0,
const scalar dTarget0,
const vector& torque0,
const vector& U0,
const constantProperties& constProps
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment