From a8dfaad8d330a7a2c08d35194f7b465335717d8a Mon Sep 17 00:00:00 2001 From: Georgios Dagkakis <georgios.dagkakis@ul.ie> Date: Mon, 3 Nov 2014 16:55:36 +0000 Subject: [PATCH] corrections after rebase --- dream/simulation/CoreObject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream/simulation/CoreObject.py b/dream/simulation/CoreObject.py index 30aa47a0..15d0ffb2 100644 --- a/dream/simulation/CoreObject.py +++ b/dream/simulation/CoreObject.py @@ -344,7 +344,7 @@ class CoreObject(ManPyObject): giverObject=self.giver giverObject.sortEntities() #sort the Entities of the giver #according to the scheduling rule if applied - #giverObject.sortEntitiesForReceiver() + giverObject.sortEntitiesForReceiver(self) giverObjectQueue=giverObject.Res.users # if the giverObject is blocked then unBlock it if giverObject.exitIsAssignedTo(): -- 2.30.9