Skip to content

Commit

Permalink
Clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marrts authored and marip8 committed Sep 24, 2024
1 parent 85a00eb commit 31663f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

namespace noether
{

// Constants
constexpr double EPSILON = 1e-6;

Expand Down
1 change: 0 additions & 1 deletion noether_tpp/src/tool_path_planners/raster/raster_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

namespace noether
{

Eigen::Matrix3d computeRotation(const Eigen::Vector3d& vx, const Eigen::Vector3d& vy, const Eigen::Vector3d& vz)
{
Eigen::Matrix3d m;
Expand Down

0 comments on commit 31663f7

Please sign in to comment.