Commit 46e57910 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Jérome Perrin

AllocationManagement initialize at every replication

parent 4325eeb6
......@@ -23,6 +23,9 @@ class AllocationManagement(ObjectInterruption):
self.id=id
self.name=name
self.argumentDict=argumentDict #the arguments of the method given in a dict
def initialize(self):
ObjectInterruption.initialize(self)
self.readData()
self.FDC=FutureDemandCreator()
......
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