Skip to content

Commit 50bfef1

Browse files
author
Teseo Schneider
committed
fixed size
1 parent 453dced commit 50bfef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SimpleBVH/BVH.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class BVH {
127127

128128
std::vector<std::array<VectorMax3d, 2>> boxlist;
129129
std::vector<int> new2old;
130-
size_t n_corners = -1;
130+
long n_corners = -1;
131131
LeafCallback leafCallback;
132132
GetPointCallback getPoint;
133133

0 commit comments

Comments
 (0)