Closed z-hasher closed 3 years ago
When compiling with tbb, I got the following error:
Simplification.cpp:396:13: error: use of undeclared identifier 'sm_queue' sm_queue.push(ElementInQueue(std::array<int, 2>({{v2_id, v_id}}), weight));
It seems like sm_queue is not declared under preprocessor #ifdef FLOAT_TETWILD_USE_TBB in Simplification.cpp, or maybe I miss something? Thanks
sm_queue
#ifdef FLOAT_TETWILD_USE_TBB
Never mind. Cannot reproduce it.
When compiling with tbb, I got the following error:
It seems like
sm_queue
is not declared under preprocessor#ifdef FLOAT_TETWILD_USE_TBB
in Simplification.cpp, or maybe I miss something? Thanks