wildmeshing / fTetWild

Fast Tetrahedral Meshing in the Wild
https://yixin-hu.github.io/ftetwild.pdf
Mozilla Public License 2.0
381 stars 77 forks source link

issue when compiled with tbb #32

Closed z-hasher closed 3 years ago

z-hasher commented 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

z-hasher commented 3 years ago

Never mind. Cannot reproduce it.