Skip to content

Removed race condition.

Will Schroeder requested to merge will.schroeder/vtk:Imprint-NonManifolds into master

Used vtkAtomicMutex to remove the point classification race condition. These lightweight spin locks work well when thread contention is low. Addresses issue# 18633.

Merge request reports