little benchmark cleanup changes
[IRC.git] / Robust / src / Benchmarks / mlp / directto / mlp-java / Flight.java
index 165e8253a666bc318d7e99f714a0a9f8b8833313..b5bae9c52700a030c3b1810798ced48c072810ec 100755 (executable)
@@ -22,7 +22,7 @@ public class Flight /*implements Cloneable*/ {
   public void setAircraftType (Aircraft ac) {
     this.aircraftType=ac;
   }
-  
+
   public void setFlightType(String flightType) { 
     this.flightType=flightType;
   }
@@ -34,7 +34,7 @@ public class Flight /*implements Cloneable*/ {
   public void setFlightPlan(FlightPlan fp) {
     fPlan=fp;
   }
-    
+
   public void updateTrajectory(D2 d2, double time) {
     d2.getTrajectorySynthesizer().updateTrajectory(d2, time, this);
   }