printing
parent
10c4d8b609
commit
861071cc3b
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* ************************************************************************* */
|
||||
|
|
|
|||
Loading…
Reference in New Issue