Merge pull request #281 from borglab/fix/values_documentation

Fixed error in description for update().
release/4.3a0
step13489mcc 2020-04-11 18:43:53 -04:00 committed by GitHub
commit b6c5bceae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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