BUG: lagrangian intermediate library patch post-processing model.
- maxStoredParcels was not being initialised
This commit is contained in:
parent
04c9364f9a
commit
6f80ffbb37
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user