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

This commit is contained in:
andy 2010-01-21 13:50:59 +00:00
parent 5000d734fa
commit 3e276ce04c

View File

@ -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);