Fixed error in description for update().

release/4.3a0
Stephanie McCormick 2020-04-11 13:04:22 -04:00
parent 5c9c4bed93
commit da6496e6ea
1 changed files with 2 additions and 2 deletions

View File

@ -276,8 +276,8 @@ namespace gtsam {
void update(Key j, const Value& val); void update(Key j, const Value& val);
/** Templated version to update a variable with the given j, /** Templated version to update a variable with the given j,
* throws KeyAlreadyExists<J> if j is already present * throws KeyDoesNotExist<J> if j is not present.
* if no chart is specified, the DefaultChart<ValueType> is used * If no chart is specified, the DefaultChart<ValueType> is used.
*/ */
template <typename T> template <typename T>
void update(Key j, const T& val); void update(Key j, const T& val);