Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LDistance] Fix OpenMP segfault on Windows
Weird interaction between the LDistanceMatrix parallel loop (with the dynamic scheduling) and the LDistance reduction loop that should be sequential (threadNumber_ == 1).
- Loading branch information