# HG changeset patch # User Mohamed Gomaa # Date 1366314381 14400 # Node ID 4b5fe2de1e8d158a454c70a68df00c8dcef0fafa # Parent d280b881e8602ee3a982af6a631f2f32bb741992 modify the name of collisionCourseCosines to collisionCourseAngles diff -r d280b881e860 -r 4b5fe2de1e8d python/events.py --- a/python/events.py Fri Apr 12 18:03:04 2013 -0400 +++ b/python/events.py Thu Apr 18 15:46:21 2013 -0400 @@ -44,7 +44,7 @@ def computeIndicators(self): '''Computes the collision course cosine only if the cosine is positive''' collisionCourseDotProducts = {}#[0]*int(self.timeInterval.length()) - collisionCourseCosines = {} + collisionCourseAngles = {} distances = {}#[0]*int(self.timeInterval.length()) speedDifferentials = {} for instant in self.timeInterval: