Commit fe78b18d authored by Georgios Dagkakis's avatar Georgios Dagkakis

AllocationManagement to append self in list

parent 33710770
......@@ -26,6 +26,8 @@ class AllocationManagement(ObjectInterruption):
self.argumentDict=argumentDict #the arguments of the method given in a dict
self.readData()
self.FDC=FutureDemandCreator()
from Globals import G
G.AllocationManagementList.append(self)
def run(self):
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