changeset 599:4b5fe2de1e8d

modify the name of collisionCourseCosines to collisionCourseAngles
author Mohamed Gomaa
date Thu, 18 Apr 2013 15:46:21 -0400
parents d280b881e860
children 414b2e7cd873
files python/events.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: