Ignore:
Timestamp:
10/25/11 13:40:06 (13 years ago)
Author:
wojtekp
Message:

Fix bug in FCFS strategy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim/trunk/src/example/localplugin/FCFSLocalPlugin.java

    r5 r93  
    4848                                                        i--; // index trick to get the right position in the queue after task removal. 
    4949                                                } 
     50                                                else{ 
     51                                                        break; 
     52                                                } 
    5053                                        } 
    5154                                } 
Note: See TracChangeset for help on using the changeset viewer.