Skip to content

Commit

Permalink
Addressed additional review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawme committed Dec 1, 2023
1 parent 0a3a158 commit 54aea2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ namespace pcl
/// count of color samples added to the gaussian
std::uint32_t count_{0};
/// small value to add to covariance matrix diagonal to avoid singular values
float epsilon_{0.001f};
float epsilon_;
PCL_MAKE_ALIGNED_OPERATOR_NEW
};

Expand Down

0 comments on commit 54aea2b

Please sign in to comment.