Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: Clean arrays at the end of the run in ParallelTask (#544)
At the end of ParallelTask:Run(), arrays that store slave states must be resized to 0. If Run() is called several times, these arrays will not be expanded.
- Loading branch information