소스 검색

fix a wrong comment

Sven Czarnian 3 년 전
부모
커밋
1e031dcb7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aman/sys/aco/Node.py

+ 1 - 1
aman/sys/aco/Node.py

@@ -198,7 +198,7 @@ class Node:
                 avgSpeedDecrease = avgSpeed * 0.80
                 decreasedSpeedFlighttime = (trackmiles / avgSpeedDecrease) * 3600.0 # given in seconds
 
-                # calculate shortcut gain and add 15 miles for final and base turn
+                # use the the distance to the IAF for optimizations
                 timeUntilIAF = flightTime - flightTimeOnStar
                 if 0.0 > timeUntilIAF.total_seconds():
                     timeUntilIAF = timedelta(seconds = 0)