summaryrefslogtreecommitdiff
path: root/2004/i/nono/src/motor/test_motor.cc
diff options
context:
space:
mode:
Diffstat (limited to '2004/i/nono/src/motor/test_motor.cc')
-rw-r--r--2004/i/nono/src/motor/test_motor.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/2004/i/nono/src/motor/test_motor.cc b/2004/i/nono/src/motor/test_motor.cc
index 325975e..40ddb99 100644
--- a/2004/i/nono/src/motor/test_motor.cc
+++ b/2004/i/nono/src/motor/test_motor.cc
@@ -83,10 +83,7 @@ main (int argc, char **argv)
if (i >= argc) break;
dY = atof (argv[i++]);
cout << "goto " << dX << ' ' << dY << endl;
- Movement *mov = new MovementGoTo (dX, dY, 10.0, 0.0,
- 1.0, 1.5,
- 0.1, 0.1,
- 0.7, 0.7);
+ Movement *mov = new MovementGoto (dX, dY);
m.setMovement (mov);
}
break;