Compare commits
2 commits
661162456a
...
534e0b728e
Author | SHA1 | Date | |
---|---|---|---|
534e0b728e | |||
3ebfd8ba95 |
2 changed files with 4 additions and 0 deletions
|
@ -234,10 +234,14 @@ public class Path {
|
|||
* @return Time (in seconds) required to travel this path at the given speed (in
|
||||
* kilometers-per-hour).
|
||||
*
|
||||
<<<<<<< HEAD
|
||||
|
||||
=======
|
||||
<<<<<<< HEAD
|
||||
*
|
||||
*
|
||||
>>>>>>> 052958ee6eb4821ebbb9c903780d467d62617fd2
|
||||
>>>>>>> 661162456a46270c315c09521ce09f85f0020150
|
||||
*/
|
||||
public double getTravelTime(double speed) {
|
||||
double TotalTime = 0;
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue