release/4.3a0
Frank Dellaert 2011-10-22 19:49:46 +00:00
parent 10c4d8b609
commit 861071cc3b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Rot2 Rot2::atan2(double y, double x) {
/* ************************************************************************* */
void Rot2::print(const string& s) const {
cout << s << ":" << theta() << endl;
cout << s << ": " << theta() << endl;
}
/* ************************************************************************* */