Skip to content

Commit

Permalink
Revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz committed Feb 26, 2018
1 parent b9916c3 commit 83ce99d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gpu/octree/src/cuda/octree_iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ namespace pcl
{
if (length > 1)
{
lenght--;
length--;
node_idx++;
break;
}
Expand Down
2 changes: 1 addition & 1 deletion gpu/octree/src/utils/priority_octree_iterator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace pcl
{
if (length > 1)
{
lenght--;
length--;
node_idx++;
break;
}
Expand Down
2 changes: 1 addition & 1 deletion simulation/src/range_likelihood.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ costFunction4(float ref_val,float depth_val)
float proportion = 0.999f;
float lhood = proportion + (1-proportion)*(top/bottom);

// safety fix that seems to be required due to opengl asyschronizate
// safety fix that seems to be required due to opengl asynchronization
// ask hordur about this
if (bottom == 0)
{
Expand Down

0 comments on commit 83ce99d

Please sign in to comment.