Fixed typo/spelling

release/4.3a0
Richard Roberts 2012-10-09 00:12:51 +00:00
parent 656080ad2f
commit d90f44129c
1 changed files with 2 additions and 2 deletions

View File

@ -808,7 +808,7 @@ virtual class BayesTree {
void saveGraph(string s) const; void saveGraph(string s) const;
CLIQUE* root() const; CLIQUE* root() const;
void clear(); void clear();
void deleteCachedShorcuts(); void deleteCachedShortcuts();
void insert(const CLIQUE* subtree); void insert(const CLIQUE* subtree);
size_t numCachedShortcuts() const; size_t numCachedShortcuts() const;
size_t numCachedSeparatorMarginals() const; size_t numCachedSeparatorMarginals() const;
@ -841,7 +841,7 @@ virtual class BayesTreeClique {
// FactorGraph<FactorType> marginal(derived_ptr root, Eliminate function) const; // FactorGraph<FactorType> marginal(derived_ptr root, Eliminate function) const;
// FactorGraph<FactorType> joint(derived_ptr C2, derived_ptr root, Eliminate function) const; // FactorGraph<FactorType> joint(derived_ptr C2, derived_ptr root, Eliminate function) const;
void deleteCachedShorcuts(); void deleteCachedShortcuts();
}; };
#include <gtsam/inference/SymbolicFactorGraph.h> #include <gtsam/inference/SymbolicFactorGraph.h>