Fixed print (now w symbols)

release/4.3a0
Frank Dellaert 2015-06-20 23:45:22 -07:00
parent b6541c96de
commit 47279b56e0
1 changed files with 2 additions and 4 deletions

View File

@ -122,10 +122,8 @@ namespace gtsam
void ClusterTree<BAYESTREE,GRAPH>::Cluster::print( void ClusterTree<BAYESTREE,GRAPH>::Cluster::print(
const std::string& s, const KeyFormatter& keyFormatter) const const std::string& s, const KeyFormatter& keyFormatter) const
{ {
std::cout << s; std::cout << s << " (" << problemSize_ << ")" ;
BOOST_FOREACH(Key j, orderedFrontalKeys) PrintKeyVector(orderedFrontalKeys);
std::cout << j << " ";
std::cout << "problemSize = " << problemSize_ << std::endl;
} }
/* ************************************************************************* */ /* ************************************************************************* */