Changeset 1310 for DCWoRMS/branches


Ignore:
Timestamp:
03/20/14 11:40:48 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/stats/implementation/DCWormsStatistics.java

    r1299 r1310  
    15301530 
    15311531                                Executable task = (Executable) execList.get(j); 
    1532  
     1532                                if(task.isFinished() == false){ 
     1533                                        return; 
     1534                                } 
    15331535                                TaskStats taskStats = createTaskStats(task); 
    15341536                                if (taskStats != null && taskStatsFile != null) { 
Note: See TracChangeset for help on using the changeset viewer.