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.
2 parents cf13771 + 93dd522 commit 86308e8Copy full SHA for 86308e8
1 file changed
registration/include/pcl/registration/transformation_estimation_lm.h
@@ -88,7 +88,7 @@ class TransformationEstimationLM
88
, tmp_tgt_(src.tmp_tgt_)
89
, tmp_idx_src_(src.tmp_idx_src_)
90
, tmp_idx_tgt_(src.tmp_idx_tgt_)
91
- , warp_point_(src.warp_point_) {};
+ , warp_point_(src.warp_point_){};
92
93
/** \brief Copy operator.
94
* \param[in] src the TransformationEstimationLM object to copy into this
0 commit comments