mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Fix an erroneous namespace comment
Change-Id: Ie1b0b75e1638fbbe0309455e1b4e6229dbdd841c
This commit is contained in:
@@ -95,4 +95,5 @@ TEST(TinySolverAutoDiffFunction, SimpleFunction) {
|
||||
EXPECT_NEAR(4.0, jacobian(1, 1), kTolerance);
|
||||
EXPECT_NEAR(6.0, jacobian(1, 2), kTolerance);
|
||||
}
|
||||
} // namespace tinysolver
|
||||
|
||||
} // namespace ceres
|
||||
|
||||
@@ -192,4 +192,4 @@ TEST(TinySolver, ParametersAndResidualsDynamic) {
|
||||
TestHelper(f, x0);
|
||||
}
|
||||
|
||||
} // namespace tinysolver
|
||||
} // namespace ceres
|
||||
|
||||
Reference in New Issue
Block a user