BUG: lagrangian intermediate library patch post-processing model.

- maxStoredParcels was not being initialised
This commit is contained in:
andy 2010-01-25 18:01:29 +00:00
parent 04c9364f9a
commit 6f80ffbb37

View File

@ -98,6 +98,7 @@ Foam::PatchPostProcessing<CloudType>::PatchPostProcessing
:
PostProcessingModel<CloudType>(dict, owner, typeName),
mesh_(owner.mesh()),
maxStoredParcels_(readLabel(this->coeffDict().lookup("maxStoredParcels"))),
patchNames_(this->coeffDict().lookup("patches")),
patchData_(patchNames_.size()),
patchIds_(patchNames_.size())