Skip to content

Commit

Permalink
small clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Sep 21, 2023
1 parent 4b0ec16 commit 7029781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FindNeighborhoodsImpl
float32 dBinX, dBinY, dBinZ;
float32 criticalDistance1, criticalDistance2;

auto increment = static_cast<float64>((end - start) / 100);
auto increment = static_cast<float64>(end - start) / 100.0;
float64 incCount = 0.0;
// NEVER start at 0.
if(start == 0)
Expand Down

0 comments on commit 7029781

Please sign in to comment.