Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed May 28, 2024
1 parent f3eadf0 commit daa3fdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cpp/open3d/t/geometry/LineSet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ LineSet LineSet::CreateCameraVisualization(int view_width_px,
{0, 6},
{0, 7}});

// Convert Eigen data to Tensors
LineSet lineset(points, lines);
if (color.NumElements() == 3) {
lineset.PaintUniformColor(color);
Expand Down
3 changes: 1 addition & 2 deletions cpp/open3d/t/geometry/LineSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,7 @@ class LineSet : public Geometry, public DrawableGeometry {
const core::Tensor &intrinsic,
const core::Tensor &extrinsic,
double scale,
const core::Tensor &color = {}
);
const core::Tensor &color = {});

protected:
core::Device device_ = core::Device("CPU:0");
Expand Down

0 comments on commit daa3fdf

Please sign in to comment.