From 485b3b475a1b69136098590dc1c1c16074ac5cd1 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sun, 23 Feb 2014 18:50:58 -0500 Subject: [PATCH] Fixed a typo that disabled the testTriangulation tests. --- gtsam_unstable/geometry/tests/testTriangulation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gtsam_unstable/geometry/tests/testTriangulation.cpp b/gtsam_unstable/geometry/tests/testTriangulation.cpp index 3061749b3..e537bdf58 100644 --- a/gtsam_unstable/geometry/tests/testTriangulation.cpp +++ b/gtsam_unstable/geometry/tests/testTriangulation.cpp @@ -263,6 +263,7 @@ TEST( triangulation, twoIdenticalPoses) { CHECK_EXCEPTION(triangulatePoint3(poses, measurements, *sharedCal), TriangulationUnderconstrainedException); } + */ /* ************************************************************************* */ int main() {