Commit 416957ad authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

Unused attribute removed from Entity

parent ceea38d2
......@@ -33,7 +33,6 @@ class Entity(object):
self.name=name
# information on the object holding the entity
# initialized as None and updated every time an entity enters a new object
self.currentStop=None #contains the current object that the material is in
# information on the lifespan of the entity
self.creationTime=0
self.startTime=0 #holds the startTime for the lifespan
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment