Skip to content

Fixed race condition found by TSan

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

Made a variable atomic since multiple thread access it simultaneously.

Merge request reports