Ignore:
Timestamp:
02/04/13 17:03:47 (11 years ago)
Author:
labetoulle
Message:

Cosmetics :

  • Tabs replacement, round 2.
File:
1 edited

Legend:

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

    r782 r786  
    321321        echo "------------" 
    322322        echo "WARNING : Job is NOT in RUN mode then we will force REBUILD Frequency" 
    323         echo "          to PeriodLength : ${config_UserChoices_PeriodLength}" 
     323        echo "          to PeriodLength : ${config_UserChoices_PeriodLength}" 
    324324        echo "------------" 
    325325        config_Post_RebuildFrequency=${config_UserChoices_PeriodLength} 
     
    458458    case ${value} in 
    459459    *Y|*y) ;; 
    460     *)  IGCM_debug_Print 1 "All ChunckJob2D frequency must be expressed in year *Y|*y in comp.card" 
     460    *) 
     461      IGCM_debug_Print 1 "All ChunckJob2D frequency must be expressed in year *Y|*y in comp.card" 
    461462      IGCM_debug_Exit "This will stop the job" ;; 
    462463    esac 
     
    473474    case ${value} in 
    474475    *Y|*y) ;; 
    475     *)  IGCM_debug_Print 1 "All ChunckJob3D frequency must be expressed in year *Y|*y in comp.card" 
     476    *) 
     477      IGCM_debug_Print 1 "All ChunckJob3D frequency must be expressed in year *Y|*y in comp.card" 
    476478      IGCM_debug_Exit "This will stop the job" ;; 
    477479    esac 
     
    539541 
    540542    #===================================# 
    541     #        Read updated run.card      # 
     543    #        Read updated run.card      # 
    542544    #===================================# 
    543545 
     
    631633  #===================================================================# 
    632634  # Prepare variables available for ${COMP}.card and ${COMP}.driver   # 
    633   #             But available to any son functions                    # 
     635  #             But available to any son functions                    # 
    634636  #===================================================================# 
    635637 
     
    11141116 
    11151117  #=================================================# 
    1116   #             Write updated run.card              # 
     1118  #             Write updated run.card              # 
    11171119  #=================================================# 
    11181120 
Note: See TracChangeset for help on using the changeset viewer.