-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change distance result brief information to intptr_t
The distance result brief information stored the brief information in an `int`. However, some primatives can only be stored by pointer (namely octree nodes), and `int` is not wide enough on 64-bit platforms to safely store a pointer. So upgrade the brief information to be `intptr_t` which is guaranteed to be wide enough.
- Loading branch information
C. Andy Martin
committed
May 20, 2020
1 parent
83a1af6
commit 3067b09
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters