Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed use of static in DefaultMeasure::UpdateAxesFast
The use of static arrays in DefaultMeasure::UpdateAxesFast caused thread-safety problems. The stated reason for using the arrays was to avoid allocation/deallocation but that was also achievable by having the arrays just be on the stack.
- Loading branch information