diff --git a/createHierarchy.cpp b/createHierarchy.cpp index 0644cc5b0..c33bc0ca4 100644 --- a/createHierarchy.cpp +++ b/createHierarchy.cpp @@ -39,14 +39,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #ifdef _OPENMP #include #else -<<<<<<< HEAD -int omp_get_num_procs() { return 1; } -int omp_get_max_threads() { return 1; } -int omp_get_thread_num() { return 0; } -void omp_set_num_threads(int i) {} -======= #include "Util/OpenMPReplacement.h" ->>>>>>> b5a1bf6a848b68bace62814497de44ce6c3fab5d #endif #include "typedefs.h"