Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Dec 14, 2017
1 parent ebecf0a commit 4e907f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/loam_velodyne/LaserMapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class LaserMapping {

private:

int toIndex(int i, int j, int k) const
size_t toIndex(int i, int j, int k) const
{
return i + _laserCloudWidth * j + _laserCloudWidth * _laserCloudHeight * k;
}
Expand Down

0 comments on commit 4e907f0

Please sign in to comment.