Commit 262d66ca authored by Georgios Dagkakis's avatar Georgios Dagkakis

further correction in CapacityStationController

parent 62be13bb
......@@ -46,6 +46,8 @@ class CapacityStationController(EventGenerator):
# the total assemblySpace in the system
if hasattr(G, 'extraPropertyDict'):
self.assemblySpace=float(G.extraPropertyDict.get('assemblySpace', float('inf')))
else:
self.assemblySpace=float('inf')
self.method=self.steps
def initialize(self):
......
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