- Timestamp:
- 01/08/13 15:29:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/simulator/stats/implementation/DCWormsStatistics.java
r740 r762 370 370 airFlow = gatherResourceAirFlowStats(resource); 371 371 airFlow.setMeanValue(calculateMeanValue(airFlow)); 372 airFlow.setSumValue(airFlow.getMeanValue() * (endSimulationTime - startSimulationTime) / ( 3600 * MILLI_SEC));372 airFlow.setSumValue(airFlow.getMeanValue() * (endSimulationTime - startSimulationTime) / (60 * MILLI_SEC)); 373 373 374 374 EnergyExtension een = (EnergyExtension)(resource.getExtensionList().getExtension(ExtensionType.ENERGY_EXTENSION));
Note: See TracChangeset
for help on using the changeset viewer.