Ignore:
Timestamp:
10/09/12 14:38:34 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/trunk/src/simulator/ConfigurationOptions.java

    r490 r493  
    7676        public static final String JOBS_STATISTICS = CREATESTATISTICS + ".jobs"; 
    7777        public static final String SIMULATION_STATISTICS = CREATESTATISTICS + ".simulation"; 
    78         public static final String FORMAT_STATISTICS_OUTPUT = CREATESTATISTICS + ".formatoutput"; 
    7978         
    8079        /** 
     
    172171        public boolean createjobsstatistics = true; 
    173172        public boolean createsimulationstatistics = true; 
    174         public boolean formatstatisticsoutput = false; 
    175173         
    176174        public String[] resForEnergyChart; 
     
    350348                        co.createsimulationstatistics = true; 
    351349                } 
    352                 try { 
    353                         co.formatstatisticsoutput = Boolean.valueOf( 
    354                                         bundle.getString(FORMAT_STATISTICS_OUTPUT)).booleanValue(); 
    355                 } catch(MissingResourceException e){ 
    356                         co.formatstatisticsoutput = false; 
    357                 } 
    358                  
     350 
    359351                try { 
    360352                        co.numberOfSimulations = Integer.valueOf(bundle.getString(NUMBER_OF_SIMULATIONS)).intValue(); 
Note: See TracChangeset for help on using the changeset viewer.