Changeset 1337 for DCWoRMS/branches


Ignore:
Timestamp:
03/31/14 22:09:57 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1328 r1337  
    765765                        List<ResourceHistoryItem> resHistItemList = exec.getUsedResources(); 
    766766                        if(resHistItemList.size() == 0) 
    767                                 return basicResStats; 
     767                                continue; 
    768768                        Map<ResourceUnitName, ResourceUnit> res = resHistItemList.get(resHistItemList.size() - 1).getResourceUnits(); 
    769769                        ResourceUnit resUnit = res.get(StandardResourceUnitName.PE); 
Note: See TracChangeset for help on using the changeset viewer.