From 07772b011a387f54dcb7128a49ef80aec256a92a Mon Sep 17 00:00:00 2001 From: cbeall3 Date: Sun, 1 Jun 2014 13:04:47 -0400 Subject: [PATCH] fix formatting --- gtsam/navigation/MagFactor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtsam/navigation/MagFactor.h b/gtsam/navigation/MagFactor.h index c2ccb31ff..44f543bc9 100644 --- a/gtsam/navigation/MagFactor.h +++ b/gtsam/navigation/MagFactor.h @@ -56,9 +56,9 @@ public: Point3 q = Rot3::yaw(R.theta()).unrotate(p, HR); if (HR) { // assign to temporary first to avoid error in Win-Debug mode - Matrix H = HR->col(2); + Matrix H = HR->col(2); *HR = H; - } + } return q; }