BUG: Updated DsmcParcel<ParcelType>::readFields(Cloud<ParcelType>& c)

- Left over from earlier commit 2900792fe6
This commit is contained in:
andy 2010-01-27 15:54:49 +00:00
parent 95040bc1a0
commit 09da3f69a8

View File

@ -81,7 +81,7 @@ void Foam::DsmcParcel<ParcelType>::readFields(Cloud<ParcelType>& c)
return;
}
Particle<DsmcParcel<ParcelType> >::readFields(c);
Particle<ParcelType>::readFields(c);
IOField<vector> U(c.fieldIOobject("U", IOobject::MUST_READ));
c.checkFieldIOobject(c, U);