Fixed small formatting glitches
parent
33de8d6c00
commit
00c56b0d0a
|
@ -41,7 +41,7 @@ namespace gtsam {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
void Values::print(const string& str, const KeyFormatter& keyFormatter) const {
|
void Values::print(const string& str, const KeyFormatter& keyFormatter) const {
|
||||||
cout << str << "Values with " << size() << " values:\n" << endl;
|
cout << str << "Values with " << size() << " values:" << endl;
|
||||||
for(const_iterator key_value = begin(); key_value != end(); ++key_value) {
|
for(const_iterator key_value = begin(); key_value != end(); ++key_value) {
|
||||||
cout << " " << keyFormatter(key_value->key) << ": ";
|
cout << " " << keyFormatter(key_value->key) << ": ";
|
||||||
key_value->value.print("");
|
key_value->value.print("");
|
||||||
|
|
Loading…
Reference in New Issue