Changeset 51


Ignore:
Timestamp:
02/16/09 17:15:14 (15 years ago)
Author:
sdipsl
Message:

SD+MAF Bugfix
one missing character break the libIGCM all calendar feature.

File:
1 edited

Legend:

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

    r47 r51  
    520520            done  
    521521            ;; 
    522         M|*m) 
     522        *M|*m) 
    523523            PeriodLengthInMonths=$( echo ${config_UserChoices_PeriodLength} | awk -F '[mM]' '{print $1}' )  
    524524            IGCM_debug_Print 1 "Number of months for PeriodLength : ${PeriodLengthInMonths}" 
Note: See TracChangeset for help on using the changeset viewer.