te
This commit is contained in:
부모
1bac558e24
커밋
c73b5118a4
2개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
@ -228,7 +228,7 @@ public class Path {
|
|||
*
|
||||
*/
|
||||
public double getTravelTime(double speed) {
|
||||
return speed*3600/(getLength()*1000);
|
||||
return speed/(getLength()*3.6);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Binary file not shown.
불러오는 중…
Reference in a new issue