More informative print

release/4.3a0
Frank Dellaert 2009-11-05 08:05:54 +00:00
parent bd54c39a73
commit beabb62f29
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ConditionalGaussian::ConditionalGaussian(const string& key,
/* ************************************************************************* */
void ConditionalGaussian::print(const string &s) const
{
cout << s << ":" << endl;
cout << s << ": density on " << key_ << endl;
gtsam::print(R_,"R");
for(Parents::const_iterator it = parents_.begin() ; it != parents_.end() ; it++ ) {
const string& j = it->first;