Skip to content

Commit df8812b

Browse files
committed
Merge branch 'distance' of https://github.com/geometryprocessing/SimpleBVH into HEAD
* 'distance' of https://github.com/geometryprocessing/SimpleBVH: fixed size
2 parents 58c88f4 + 50bfef1 commit df8812b

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)