Commit 15bbcff4 authored by Georgios Dagkakis's avatar Georgios Dagkakis

Merge branch 'CoreObjectGetEntity'

parents 086cbcd3 09af29cc
......@@ -412,9 +412,6 @@ class CoreObject(ManPyObject):
for holdEntity in activeObjectQueue:
wip+=holdEntity.numberOfUnits
self.wipStatList=numpy.concatenate((self.wipStatList,[[self.env.now, wip]]))
# if the object (eg Queue) canAccept then signal the Giver
if self.canAccept():
self.signalGiver()
return activeEntity
#===========================================================================
......
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