added timing
parent
0a95ac292f
commit
26f96f7091
|
@ -462,6 +462,7 @@ namespace gtsam {
|
|||
template<class CLIQUE>
|
||||
void BayesTree<CLIQUE>::removeTop(const KeyVector& keys, BayesNetType& bn, Cliques& orphans)
|
||||
{
|
||||
gttic(removetop);
|
||||
// process each key of the new factor
|
||||
for(const Key& j: keys)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue