From 861071cc3bddffbde1bdab4b36f66906f31ae1cf Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 22 Oct 2011 19:49:46 +0000 Subject: [PATCH] printing --- gtsam/geometry/Rot2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/geometry/Rot2.cpp b/gtsam/geometry/Rot2.cpp index 25c319345..47fd24ca0 100644 --- a/gtsam/geometry/Rot2.cpp +++ b/gtsam/geometry/Rot2.cpp @@ -44,7 +44,7 @@ Rot2 Rot2::atan2(double y, double x) { /* ************************************************************************* */ void Rot2::print(const string& s) const { - cout << s << ":" << theta() << endl; + cout << s << ": " << theta() << endl; } /* ************************************************************************* */