Changeset 27


Ignore:
Timestamp:
10/30/08 14:40:42 (15 years ago)
Author:
sdipsl
Message:

correction for a test

File:
1 edited

Legend:

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

    r22 r27  
    5454                                RebuildFrequency=true 
    5555                                NbRebuildDir=$( expr $(( 12 * ${PeriodYear} )) / ${PeriodPost} ) 
    56                             else 
    57                                 IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
    58                                 IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
    5956                            fi 
     57                        else 
     58                            IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
     59                            IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
    6060                        fi ;; 
    6161                    *D|*d) 
     
    215215                                                eval ${post_freq}=true 
    216216                                                POST=true 
    217                                                 else 
    218                                                 IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
    219                                                 IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
    220217                                            fi 
     218                                        else 
     219                                            IGCM_debug_Print 3 "PeriodLength frequency ${config_UserChoices_PeriodLength} not compatbile with" 
     220                                            IGCM_debug_Print 3 "${flag_post} frequency : ${config_Post_post_freq} " 
    221221                                        fi ;; 
    222222                                    *D|*d) 
Note: See TracChangeset for help on using the changeset viewer.