changes following PR #5

This commit is contained in:
Paul Leroy
2024-02-16 11:34:52 +01:00
parent 4b4227bf6a
commit 992f5d4c8c
8 changed files with 6 additions and 17 deletions
+1 -1
View File
@@ -1235,7 +1235,7 @@ bool Tools::PrepareFeatures(const CorePoints& corePoints, Feature::Set& features
#ifndef _DEBUG
#if defined(_OPENMP)
#pragma omp parallel for
#pragma omp parallel for num_threads(std::max(1, omp_get_max_threads() - 2))
#endif
#endif
for (int i = 0; i < static_cast<int>(pointCount); ++i)