diff --git a/gtsam.h b/gtsam.h index 9f6b0d49b..f702cc5d9 100644 --- a/gtsam.h +++ b/gtsam.h @@ -808,7 +808,7 @@ virtual class BayesTree { void saveGraph(string s) const; CLIQUE* root() const; void clear(); - void deleteCachedShorcuts(); + void deleteCachedShortcuts(); void insert(const CLIQUE* subtree); size_t numCachedShortcuts() const; size_t numCachedSeparatorMarginals() const; @@ -841,7 +841,7 @@ virtual class BayesTreeClique { // FactorGraph marginal(derived_ptr root, Eliminate function) const; // FactorGraph joint(derived_ptr C2, derived_ptr root, Eliminate function) const; - void deleteCachedShorcuts(); + void deleteCachedShortcuts(); }; #include