Fixed print issue

release/4.3a0
Frank Dellaert 2012-08-04 19:49:10 +00:00
parent 83a853f6f1
commit 5629b07fd6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ namespace gtsam {
std::cout << s << "BetweenFactor("
<< keyFormatter(this->key1()) << ","
<< keyFormatter(this->key2()) << ")\n";
measured_.print(" measured");
measured_.print(" measured: ");
this->noiseModel_->print(" noise model: ");
}