Compare commits
No commits in common. "f235455a1865cf302ea550ec99c0b63753192e09" and "fe83a925095b6a3854e0769aa88d4de9bfa45b14" have entirely different histories.
f235455a18
...
fe83a92509
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ public class Path {
|
|||
*/
|
||||
public double getTravelTime(double speed) {
|
||||
// TODO:
|
||||
return getLength() * 3600.0 / (speed * 1000.0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue