Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushi421 committed Dec 2, 2024
1 parent 106cbaa commit 6033ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/pclomp/voxel_grid_covariance_omp.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ namespace pclomp
mean_ (Eigen::Vector3d::Zero ()),
centroid (),
cov_ (Eigen::Matrix3d::Identity ()),
icov_ (Eigen::Matrix3d::Zero ()),
icov_ (Eigen::Matrix3d::Zero ())
{
}

Expand Down

0 comments on commit 6033ae1

Please sign in to comment.