Skip to content

Commit 433a269

Browse files
authored
Merge pull request #3 from apaaris/fix/aggregateApproximate_typo
Typo in aggregateApproximate.h
2 parents 0b32e06 + 17a237f commit 433a269

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

cuBQL/traversal/aggregateApproximate.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ namespace cuBQL {
180180
}
181181

182182
if (node.count != 0) {
183-
for (int i=0;i<node.count;i++)
184-
processPrim(result,
185-
queryPrim,
186-
bvh.primIDs[node.offset+i],
187-
primitives);
183+
for (int i=0;i<node.count;i++)
184+
perPrimFct(result,
185+
queryPrim,
186+
bvh.primIDs[node.offset+i],
187+
primitives);
188188
}
189189
// ------------------------------------------------------------------
190190
// pop next un-traversed node from stack, discarding any nodes

0 commit comments

Comments
 (0)