From e1563d9c214bb6df46556c73993179610a2e4b70 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sat, 26 Jan 2013 21:22:56 +0000 Subject: [PATCH] Fixed typo in wrap module explanation at top of gtsam.h --- gtsam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam.h b/gtsam.h index f7a8b08e4..1f07df485 100644 --- a/gtsam.h +++ b/gtsam.h @@ -10,7 +10,7 @@ * Only one Method/Constructor per line, though methods/constructors can extend across multiple lines * Methods can return * - Eigen types: Matrix, Vector - * - C/C++ basic types: string, bool, size_t, size_t, double, char, unsigned char + * - C/C++ basic types: string, bool, size_t, int, double, char, unsigned char * - void * - Any class with which be copied with boost::make_shared() * - boost::shared_ptr of any object type