Ignore:
Timestamp:
01/18/13 11:28:48 (11 years ago)
Author:
labetoulle
Message:

Correct test on Verbosity in IGCM_config_CommonConfiguration (see #102).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_config/libIGCM_config.ksh

    r760 r769  
    1818 
    1919  # Debug Print : 
    20   [ Verbosity -gt 0 ] && echo 
     20  [ ${Verbosity} -gt 0 ] && echo 
    2121  IGCM_debug_Print 1 "IGCM_config_CommonConfiguration" $@ 
    2222 
     
    3838  #================================== 
    3939  # Read UserChoices section: 
    40   [ Verbosity -gt 0 ] && echo 
     40  [ ${Verbosity} -gt 0 ] && echo 
    4141  IGCM_debug_Print 1 "DefineArrayFromOption  : config_UserChoices" 
    4242 
     
    5050  #================================== 
    5151  # Read Ensemble section: 
    52   [ Verbosity -gt 0 ] && echo 
     52  [ ${Verbosity} -gt 0 ] && echo 
    5353  IGCM_debug_Print 1 "DefineArrayFromOption  : config_Ensemble" 
    5454 
     
    6262  #================================== 
    6363  # Read Post section: 
    64   [ Verbosity -gt 0 ] && echo 
     64  [ ${Verbosity} -gt 0 ] && echo 
    6565  IGCM_debug_Print 1 "DefineArrayFromOption : config_Post" 
    6666 
     
    7171    IGCM_debug_Print 3 "${option} : ${auxprint}" 
    7272  done 
    73   [ Verbosity -gt 0 ] && echo 
     73  [ ${Verbosity} -gt 0 ] && echo 
    7474 
    7575  #================================== 
Note: See TracChangeset for help on using the changeset viewer.