Ignore:
Timestamp:
10/12/12 15:22:39 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/example/localplugin/FCFSCPUFreqScalingClusterLocalPlugin.java

    r512 r513  
    5050                        // check all tasks in queue 
    5151                        for (int i = 0; i < q.size(); i++) { 
    52                                 WorkloadUnit job = q.get(i); 
    53                                 TaskInterface<?> task = (TaskInterface<?>) job; 
     52                                TaskInterface<?> task = q.get(i); 
    5453                                // if status of the tasks in READY 
    5554                                if (task.getStatus() == DCWormsTags.READY) { 
Note: See TracChangeset for help on using the changeset viewer.