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

Added call to Particle readFields() in KinematicParcel readFields()

parent 5000d734
Branches
Tags
No related merge requests found
......@@ -110,6 +110,8 @@ void Foam::KinematicParcel<ParcelType>::readFields(Cloud<ParcelType>& c)
return;
}
Particle<ParcelType>::readFields(c);
IOField<label> typeId(c.fieldIOobject("typeId", IOobject::MUST_READ));
c.checkFieldIOobject(c, typeId);
......
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