Fixed typo

release/4.3a0
Richard Roberts 2013-08-27 17:22:30 +00:00
parent 611fc14aaf
commit 093ffa547e
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ namespace gtsam {
/** Add a factor or container of factors, including STL collections, BayesTrees, etc. */
template<class FACTOR_OR_CONTAINER>
void add(const FACTOR_OR_CONTAINER& factorOrContainer) {
push_back(Factor);
push_back(factorOrContainer);
}
/// @}