Tiny print issue

release/4.3a0
Frank Dellaert 2011-11-04 04:28:07 +00:00
parent db07ba5183
commit d54cc85336
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace gtsam {
/** print */
virtual void print(const std::string& s) const {
std::cout << s << ": BetweenFactor("
std::cout << s << "BetweenFactor("
<< (std::string) this->key1_ << ","
<< (std::string) this->key2_ << ")\n";
measured_.print(" measured");