vtkStaticCellLocator problem (vtk9.0.3)

Generally what I’ve done is build the locator prior to the parallel for. Mostly because the locators can chew up a lot of memory, and can take some time to build, so I minimize these by using just the one instance.

The race is reported by Sean who is (rightfully) bugging me :slight_smile:

1 Like