Skip to content

Commit

Permalink
Fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemclaughlin6 committed Sep 13, 2024
1 parent fe8d05e commit fa46de3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fuse_models/test/test_unicycle_2d_state_cost_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ TEST(CostFunction, evaluateCostFunction)
// Check jacobians are correct using a gradient checker
ceres::NumericDiffOptions numeric_diff_options;
#if !CERES_SUPPORTS_MANIFOLDS
ceres::GradientChecker gradient_checker(
&cost_function,
static_cast<std::vector<const ceres::LocalParameterization*>*>(nullptr),
numeric_diff_options);
ceres::GradientChecker gradient_checker(
&cost_function,
static_cast<std::vector<const ceres::LocalParameterization*>*>(nullptr),
numeric_diff_options);
#else
ceres::GradientChecker gradient_checker(&cost_function, static_cast<std::vector<const ceres::Manifold*>*>(nullptr),
numeric_diff_options);
Expand Down

0 comments on commit fa46de3

Please sign in to comment.