Fixed print (now w symbols)
parent
b6541c96de
commit
47279b56e0
|
@ -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;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
Loading…
Reference in New Issue