Fixed typo/spelling (hopefully for the last time)
parent
d90f44129c
commit
df9a86d340
|
@ -225,7 +225,7 @@ namespace gtsam {
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
/** Clear all shortcut caches - use before timing on marginal calculation to avoid residual cache data */
|
/** Clear all shortcut caches - use before timing on marginal calculation to avoid residual cache data */
|
||||||
inline void deleteCachedShorctuts() {
|
inline void deleteCachedShortcuts() {
|
||||||
root_->deleteCachedShortcuts();
|
root_->deleteCachedShortcuts();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue