-
- 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.
parent
2933a1a4
No related branches found
No related tags found
Loading
-
mentioned in commit c197ede9
-
mentioned in commit b059e455
-
mentioned in merge request !11504 (merged)
Please register or sign in to comment