Skip to content

Commit

Permalink
Update RaycastingScene.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrishastin committed Oct 26, 2023
1 parent 51b1e14 commit 55898c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/open3d/t/geometry/RaycastingScene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ struct RaycastingScene::Impl {
void ListIntersections(const float* const rays,
const size_t num_rays,
const size_t num_intersections,
Eigen::VectorXi cumsum,
const Eigen::VectorXi cumsum,
unsigned int* track_intersections,
unsigned int* ray_ids,
unsigned int* geometry_ids,
Expand Down

0 comments on commit 55898c8

Please sign in to comment.