diff python/moving.py @ 1003:75af46516b2b

work in progress
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 01 Jun 2018 17:19:31 -0400
parents cc7c6b821ae6
children 026f6b3b122c
line wrap: on
line diff
--- a/python/moving.py	Fri Jun 01 17:19:24 2018 -0400
+++ b/python/moving.py	Fri Jun 01 17:19:31 2018 -0400
@@ -1184,7 +1184,6 @@
 
             newObject = MovingObject(newNum, emptyInterval, positions, velocities, userType = obj1.getUserType())
             return MovingObject.concatenate(MovingObject.concatenate(obj1, newObject),obj2)
-                     
         else:
             newTimeInterval = TimeInterval.union(obj1.getTimeInterval(), obj2.getTimeInterval())
             # positions