diff python/events.py @ 695:957126bfb456 dev

corrected bug with indicator loading(also now correctly loading mostsevereismax)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 09 Jul 2015 00:58:08 -0400
parents c4363aa6f0e5
children 0ceee3b1a96d
line wrap: on
line diff
--- a/python/events.py	Tue Jun 30 17:56:14 2015 -0400
+++ b/python/events.py	Thu Jul 09 00:58:08 2015 -0400
@@ -90,6 +90,8 @@
                       '',
                       '']
 
+    timeIndicators = ['Time to Collision', 'predicted Post Encroachment Time']
+
     def __init__(self, num = None, timeInterval = None, roaduserNum1 = None, roaduserNum2 = None, roadUser1 = None, roadUser2 = None, categoryNum = None):
         moving.STObject.__init__(self, num, timeInterval)
         if timeInterval is None and roadUser1 is not None and roadUser2 is not None: