Ignore:
Timestamp:
01/28/13 11:27:42 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/simulator/stats/implementation/GSSAccumulatorsStats.java

    r544 r807  
    1010        public GSSAccumulator meanEnergyUsage; 
    1111        public GSSAccumulator meanAirFlow; 
     12        public GSSAccumulator meanTemperature; 
    1213 
    1314        public GSSAccumulator meanTaskStartTime; 
     
    3031                meanEnergyUsage = new GSSAccumulator();  
    3132                meanAirFlow = new GSSAccumulator();  
    32  
     33                meanTemperature = new GSSAccumulator();  
     34                 
    3335                meanTaskStartTime = new GSSAccumulator(); 
    3436                meanTaskCompletionTime = new GSSAccumulator(); 
Note: See TracChangeset for help on using the changeset viewer.