BUG: Updated DsmcParcel<ParcelType>::readFields(Cloud<ParcelType>& c)
- Left over from earlier commit 2900792fe6
This commit is contained in:
parent
95040bc1a0
commit
09da3f69a8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user