Skip to content

Eliminated data race

Will Schroeder requested to merge will.schroeder/vtk:FlyingEdges-DataRace into master

Subsequent refactoring using the vtkCellArray::Visit() method introduced a data race (simultaneous writes). The cell array's internal offset array needs to be finalized just one time, not every time a cell is inserted.

Merge request reports