Skip to content
Snippets Groups Projects
Commit bbdeaf91 authored by andy's avatar andy
Browse files

BUG: Added missing data member in copy constructor

parent 5f0582ea
Branches
Tags
No related merge requests found
...@@ -585,6 +585,7 @@ Foam::ParticleCollector<CloudType>::ParticleCollector ...@@ -585,6 +585,7 @@ Foam::ParticleCollector<CloudType>::ParticleCollector
CloudFunctionObject<CloudType>(pc), CloudFunctionObject<CloudType>(pc),
mode_(pc.mode_), mode_(pc.mode_),
parcelType_(pc.parcelType_), parcelType_(pc.parcelType_),
removeCollected_(pc.removeCollected_),
points_(pc.points_), points_(pc.points_),
faces_(pc.faces_), faces_(pc.faces_),
faceTris_(pc.faceTris_), faceTris_(pc.faceTris_),
......
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