Skip to content

Fixed data race by computing image data increments locally

Sean McBride requested to merge seanm/vtk:release-issue19311-race into master

Data races were found by TSan in the ImagingCorePython-Spectrum test.

Solution copied from afb57cc2.

Co-authored-by: Ben Boeckel ben.boeckel@kitware.com

Merge request reports