Changeset 1310 for DCWoRMS/branches
- Timestamp:
- 03/20/14 11:40:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/branches/coolemall/src/simulator/stats/implementation/DCWormsStatistics.java
r1299 r1310 1530 1530 1531 1531 Executable task = (Executable) execList.get(j); 1532 1532 if(task.isFinished() == false){ 1533 return; 1534 } 1533 1535 TaskStats taskStats = createTaskStats(task); 1534 1536 if (taskStats != null && taskStatsFile != null) {
Note: See TracChangeset
for help on using the changeset viewer.