Skip to content
Snippets Groups Projects
Commit a180e106 authored by David Gobbi's avatar David Gobbi
Browse files

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
2 merge requests!11541Branch for the v9.4.0 release,!11453More fixes for array access beyond MaxId
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment