Skip to content

Commit

Permalink
v0.2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neka-nat committed Nov 29, 2023
1 parent f8eff78 commit 1010f99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/cupoch/geometry/boundingvolume.cu
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct check_within_oriented_bounding_box_functor {
const std::array<Eigen::Vector3f, 8> box_points_;
__device__ float test_plane(const Eigen::Vector3f &a,
const Eigen::Vector3f &b,
const Eigen::Vector3f c,
const Eigen::Vector3f &c,
const Eigen::Vector3f &x) const {
Eigen::Matrix3f design;
design << (b - a), (c - a), (x - a);
Expand Down
4 changes: 2 additions & 2 deletions src/cupoch/version.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CUPOCH_VERSION_MAJOR 0
CUPOCH_VERSION_MINOR 2
CUPOCH_VERSION_PATCH 8
CUPOCH_VERSION_TWEAK 1
CUPOCH_VERSION_PATCH 9
CUPOCH_VERSION_TWEAK 0
2 changes: 1 addition & 1 deletion src/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cupoch"
version = "0.2.8.1"
version = "0.2.9.0"
description = ""
authors = ["nekanat <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1010f99

Please sign in to comment.