We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f63fd8 commit 572fb3bCopy full SHA for 572fb3b
features/include/pcl/features/shot_lrf_omp.h
@@ -105,7 +105,7 @@ namespace pcl
105
computeFeature (PointCloudOut &output) override;
106
107
/** \brief The number of threads the scheduler should use. */
108
- unsigned int num_threads_;
+ unsigned int num_threads_{1};
109
110
};
111
}
features/include/pcl/features/shot_omp.h
@@ -206,7 +206,7 @@ namespace pcl
206
initCompute () override;
207
208
209
210
211
212
0 commit comments