Skip to content

Commit 929022c

Browse files
authored
Fix CountPointTable.reset (#67)
1 parent d1f7022 commit 929022c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native/src/JavaPipeline.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ namespace libpdaljava
4545
void CountPointTable::reset()
4646
{
4747
for (pdal::PointId idx = 0; idx < numPoints(); idx++)
48+
if (!skip(idx))
49+
m_count++;
4850
FixedPointTable::reset();
4951
}
5052

0 commit comments

Comments
 (0)