Commit ee52c9cc authored by Georgios Dagkakis's avatar Georgios Dagkakis

unused code removed

parent 66004ac5
......@@ -48,10 +48,6 @@ class EventGenerator(ObjectInterruption):
import Globals
self.method=Globals.getMethodFromName(method)
def initialize(self):
ObjectInterruption.initialize(self)
self.methodEnded=self.env.event()
def run(self):
yield self.env.timeout(self.start) #wait until the start time
#loop until the end of the simulation
......
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