From 20b464491847f21cfeb439eb4d46d601469cb9ad Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Wed, 8 Jan 2014 09:19:43 -0500 Subject: [PATCH] Made tests work again, added Alex as author --- gtsam/geometry/Sphere2.cpp | 1 + gtsam/geometry/Sphere2.h | 3 ++- gtsam/geometry/tests/testSphere2.cpp | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gtsam/geometry/Sphere2.cpp b/gtsam/geometry/Sphere2.cpp index 4049432e4..f726f1d73 100644 --- a/gtsam/geometry/Sphere2.cpp +++ b/gtsam/geometry/Sphere2.cpp @@ -14,6 +14,7 @@ * @date Feb 02, 2011 * @author Can Erdogan * @author Frank Dellaert + * @author Alex Trevor * @brief The Sphere2 class - basically a point on a unit sphere */ diff --git a/gtsam/geometry/Sphere2.h b/gtsam/geometry/Sphere2.h index 18f3a789d..60a103996 100644 --- a/gtsam/geometry/Sphere2.h +++ b/gtsam/geometry/Sphere2.h @@ -14,6 +14,7 @@ * @date Feb 02, 2011 * @author Can Erdogan * @author Frank Dellaert + * @author Alex Trevor * @brief Develop a Sphere2 class - basically a point on a unit sphere */ @@ -23,7 +24,7 @@ #include #ifndef SPHERE2_DEFAULT_COORDINATES_MODE - #define SPHERE2_DEFAULT_COORDINATES_MODE Sphere2::EXPMAP + #define SPHERE2_DEFAULT_COORDINATES_MODE Sphere2::RENORM #endif // (Cumbersome) forward declaration for random generator diff --git a/gtsam/geometry/tests/testSphere2.cpp b/gtsam/geometry/tests/testSphere2.cpp index b64a00f62..6c676903d 100644 --- a/gtsam/geometry/tests/testSphere2.cpp +++ b/gtsam/geometry/tests/testSphere2.cpp @@ -13,6 +13,8 @@ * @file testSphere2.cpp * @date Feb 03, 2012 * @author Can Erdogan + * @author Frank Dellaert + * @author Alex Trevor * @brief Tests the Sphere2 class */