Skip to content

Commit 9679064

Browse files
committed
Convolution doens't inherit nothing?
1 parent 143b215 commit 9679064

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

filters/include/pcl/filters/convolution.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ namespace pcl
226226
int half_width_{};
227227
/// kernel size - 1
228228
int kernel_width_{};
229+
/// number of threads to use
230+
unsigned int num_threads_{0};
229231
protected:
230232

231233
void

0 commit comments

Comments
 (0)