Skip to content

Commit

Permalink
Fix CountPointTable.reset (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Feb 24, 2023
1 parent d1f7022 commit 929022c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions native/src/JavaPipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ namespace libpdaljava
void CountPointTable::reset()
{
for (pdal::PointId idx = 0; idx < numPoints(); idx++)
if (!skip(idx))
m_count++;
FixedPointTable::reset();
}

Expand Down

0 comments on commit 929022c

Please sign in to comment.