Ignore:
Timestamp:
06/18/13 19:23:24 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java

    r883 r1118  
    171171                for (int i = 0; i < noOfSimulations; ++i) { 
    172172                        simulationRunNumber++; 
    173                         String simulationIdentifier = "Simulation " + (i + 1); 
     173                        String simulationIdentifier = "Simulation_" + (i + 1); 
    174174                        try { 
    175175                                performSimulation(simulationIdentifier, 
Note: See TracChangeset for help on using the changeset viewer.