Tiny print issue
parent
db07ba5183
commit
d54cc85336
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue