Skip to content
GitLab
Explore
Sign in
Register
vtk
Filters
FlowPaths
Testing
Cxx
TestStreamTracerImplicitArray.cxx
Find file
Blame
History
Permalink
Fixed race by using non-mutating GetPoint
· 70cfc854
Sean McBride
authored
Apr 19, 2024
The variant of GetPoint that returns double* writes into this->Point and is thus not thread-safe.
70cfc854
Loading