add better comment.

This commit is contained in:
Dave Pugmire 2020-11-24 16:07:02 -05:00
parent 967fb9fadf
commit 8f2ec9e467

@ -36,6 +36,7 @@ public:
{
//For threaded algorithm, the particles go out of scope in the Work method.
//When this happens, they are destructed by the time the Manage thread gets them.
//Set the copy flag so the std::vector is copied into the ArrayHandle
for (auto& block : this->Blocks)
block.SetCopySeedFlag(true);
}