Fixed typo in wrap module explanation at top of gtsam.h

release/4.3a0
Richard Roberts 2013-01-26 21:22:56 +00:00
parent 4f5b9f2074
commit e1563d9c21
1 changed files with 1 additions and 1 deletions

View File

@ -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