From 6dcc27543227135ed8186ac1aa9725f6d40889e3 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Tue, 19 Jan 2010 04:39:54 +0000 Subject: [PATCH] small comment/print --- cpp/Vector.cpp | 2 +- cpp/timeGaussianFactorGraph.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp/Vector.cpp b/cpp/Vector.cpp index 914f76e61..ea824eac7 100644 --- a/cpp/Vector.cpp +++ b/cpp/Vector.cpp @@ -94,7 +94,7 @@ namespace gtsam { /* ************************************************************************* */ void print(const Vector& v, const string& s) { size_t n = v.size(); - odprintf("%s[", s.c_str()); + odprintf("%s [", s.c_str()); for(size_t i=0; i