Commit c7866439 authored by Georgios Dagkakis's avatar Georgios Dagkakis

AllocationManagement to append self in list

parent 468936fa
...@@ -29,6 +29,8 @@ class AllocationManagement(ObjectInterruption): ...@@ -29,6 +29,8 @@ class AllocationManagement(ObjectInterruption):
ObjectInterruption.initialize(self) ObjectInterruption.initialize(self)
self.readData() self.readData()
self.FDC=FutureDemandCreator() self.FDC=FutureDemandCreator()
from Globals import G
G.AllocationManagementList.append(self)
def run(self): def run(self):
self.FDC.run() self.FDC.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