Skip to content

Fixed race by using non-mutating GetPoint

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

The variant of GetPoint that returns double* writes into this->Point and is thus not thread-safe.

Merge request reports