Compare commits

...

2 commits

Author SHA1 Message Date
Bensouda Idriss
046ef12ff9 resolu 2023-03-22 10:11:07 +01:00
Bensouda Idriss
c73b5118a4 te 2023-03-22 10:09:13 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -228,8 +228,7 @@ public class Path {
* @deprecated Need to be implemented.
*/
public double getTravelTime(double speed) {
// TODO:
return speed /getLength()*3.6;
return speed/(getLength()*3.6);
}
/**