Skip to content
Snippets Groups Projects
Commit 6f80ffbb authored by Andrew Heather's avatar Andrew Heather
Browse files

BUG: lagrangian intermediate library patch post-processing model.

- maxStoredParcels was not being initialised
parent 04c9364f
Branches
Tags
No related merge requests found
......@@ -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())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment