- removed Scheduler-initiated events
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@604 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
8062dd95da
commit
da39407173
15 changed files with 21 additions and 55 deletions
|
@ -80,7 +80,7 @@ namespace sgpem
|
|||
{
|
||||
}
|
||||
|
||||
virtual void sort_queue(Scheduler::event event) const throw(UserInterruptException)
|
||||
virtual void sort_queue() const throw(UserInterruptException)
|
||||
{ // here a lot of fun, exactly O(n^2) fun!
|
||||
SchedulableQueue sl = History.get_instance().get_simulation_status_at(get_current_time());
|
||||
for (int i = 0; i < sl.size(); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue