-
- Downloads
Set MaxId of all output arrays before threading
When vtkDataSetAttributes::CopyData() inserts a tuple, it will adjust MaxId if MaxId is less than the tuple index. We must ensure this doesn't happen when multithreading, or the threads will fight over MaxId. (cherry picked from commit a180e106)
Please register or sign in to comment