Fix an erroneous namespace comment

Change-Id: Ie1b0b75e1638fbbe0309455e1b4e6229dbdd841c
This commit is contained in:
Sameer Agarwal
2017-12-07 16:44:35 -08:00
parent 852473b5f8
commit 89e53b4ec3
2 changed files with 3 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -192,4 +192,4 @@ TEST(TinySolver, ParametersAndResidualsDynamic) {
TestHelper(f, x0);
}
} // namespace tinysolver
} // namespace ceres