From d489f068e73ab10b2e691779872f1cb04fbf641a Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 3 Sep 2013 14:31:22 +0000 Subject: [PATCH] Text formatting fix --- gtsam/linear/linearExceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/linear/linearExceptions.h b/gtsam/linear/linearExceptions.h index 92aefa7f8..75df81e98 100644 --- a/gtsam/linear/linearExceptions.h +++ b/gtsam/linear/linearExceptions.h @@ -108,7 +108,7 @@ Thrown when a linear system is ill-posed. The most common cause for this\n\ error is having underconstrained variables. Mathematically, the system is\n\ either underdetermined, or its quadratic error function is concave in some\n\ directions. See the GTSAM Doxygen documentation at http://borg.cc.gatech.edu/ \n\ -on gtsam::IndeterminantLinearSystemException for more information.\n"); +on gtsam::IndeterminantLinearSystemException for more information."); return description_->c_str(); } };