Changeset 1556 for DCWoRMS/branches


Ignore:
Timestamp:
02/01/16 16:16:42 (9 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

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

    r1434 r1556  
    168168                } 
    169169 
    170                 if(resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Inlet.getName()) || resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Outlet.getName())){ 
     170                if(resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Inlet.getName()) || resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Outlet.getName()) || resourceAirFlowStats.getResourceType().getName().equals(StandardResourceType.Fan.getName())){ 
    171171                        for (Long timestamp : resourceAirFlow.keySet()) { 
    172172                                buffer.append(metricName); 
Note: See TracChangeset for help on using the changeset viewer.