Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
Signed-off-by: anhnv3991 <[email protected]>
  • Loading branch information
anhnv3991 committed Mar 14, 2024
1 parent 49baeb2 commit 5a40f75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/multigrid_pclomp/multigrid_ndt_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ class MultiGridNormalDistributionsTransform : public pcl::Registration<PointSour

void setNumThreads(int n) {
num_threads_ = n;

target_cells_.setThreadNum(num_threads_);
}

inline int getNumThreads() const {
Expand Down

0 comments on commit 5a40f75

Please sign in to comment.