Skip to content

Commit 8e05351

Browse files
committed
remove explicit
1 parent abd79ff commit 8e05351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/include/pcl/features/shot_omp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ namespace pcl
9898
* \param nr_threads the number of hardware threads to use (0 sets the value back to automatic)
9999
* \param chunk_size PCL will use dynamic scheduling with this chunk size. Setting it too low will lead to more parallelization overhead. Setting it too high will lead to a worse balancing between the threads.
100100
*/
101-
explicit SHOTEstimationOMP (unsigned int nr_threads = 0, int chunk_size = 256)
101+
SHOTEstimationOMP (unsigned int nr_threads = 0, int chunk_size = 256)
102102
: SHOTEstimation<PointInT, PointNT, PointOutT, PointRFT> (), chunk_size_(chunk_size)
103103
{
104104
setNumberOfThreads(nr_threads);

0 commit comments

Comments
 (0)