Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Nov 27, 2023
1 parent 2b02ac5 commit f92d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trajopt_optimizers/trajopt_sqp/src/osqp_eigen_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <trajopt_common/macros.h>

const double OSQP_INFINITY = std::numeric_limits<double>::infinity();
const bool OSQP_COMPARE_DEBUG_MODE = false;
const bool OSQP_COMPARE_DEBUG_MODE = true;

namespace trajopt_sqp
{
Expand Down

0 comments on commit f92d57a

Please sign in to comment.