You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I catkin_make , it errors :
/src/ndt_omp/include/pclomp/gicp_omp_impl.hpp:64:70: error: there are no arguments to ‘omp_get_max_threads’ that depend on a template parameter, so a declaration of ‘omp_get_max_threads’ must be available [-fpermissive]
std::vector<std::vector> nn_indices_array(omp_get_max_threads());
^
Can someone help me? Thanks a lot.
The text was updated successfully, but these errors were encountered:
when I catkin_make , it errors :
/src/ndt_omp/include/pclomp/gicp_omp_impl.hpp:64:70: error: there are no arguments to ‘omp_get_max_threads’ that depend on a template parameter, so a declaration of ‘omp_get_max_threads’ must be available [-fpermissive]
std::vector<std::vector> nn_indices_array(omp_get_max_threads());
^
Can someone help me? Thanks a lot.
The text was updated successfully, but these errors were encountered: