Explorar o código

remove useless TODO

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
a85bcac1e8
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      aman/sys/aco/RunwayManager.py

+ 0 - 1
aman/sys/aco/RunwayManager.py

@@ -38,7 +38,6 @@ class RunwayManager:
         # calculate the arrival times for the dependent inbounds
         for dependentRunway in self.Configuration.RunwayConstraints.findDependentRunways(runway):
             if None != self.RunwayInbounds[dependentRunway.Runway.Name]:
-                # TODO staggered spacing variabel
                 candidate = self.RunwayInbounds[dependentRunway.Runway.Name].Inbound.PlannedArrivalTime + timedelta(minutes = 3 / (node.Inbound.PerformanceData.SpeedApproach / 60))
                 if None == constrainedETA or candidate > constrainedETA:
                     constrainedETA = candidate