Commit 6a9bd38d authored by Georgios Dagkakis's avatar Georgios Dagkakis

correction in activation

parent 7966db36
...@@ -543,7 +543,7 @@ def initializeObjects(): ...@@ -543,7 +543,7 @@ def initializeObjects():
# =========================================================================== # ===========================================================================
def activateObjects(): def activateObjects():
# XXX EventGeneratorList # XXX EventGeneratorList
for element in G.ObjList + G.ObjectInterruptionList + G.AllocationManagementList: for element in G.ObjList + G.ObjectInterruptionList:
G.env.process(element.run()) G.env.process(element.run())
# =========================================================================== # ===========================================================================
......
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