diff --git a/pendingchanges/coord_hash.txt b/pendingchanges/coord_hash.txt new file mode 100644 index 0000000000..451116e8fc --- /dev/null +++ b/pendingchanges/coord_hash.txt @@ -0,0 +1,4 @@ +Fixes: + - Fixed the constants used in openvdb::math::Coord::hash() and nanovdb::Coord::hash() + to correctly be prime numbers (note that this changes the result of these methods). + [Contributed by Benedikt Mersch]