Ignore:
Timestamp:
02/04/13 16:39:38 (11 years ago)
Author:
labetoulle
Message:

Cosmetics :

  • Convert tabs into space for better lisibility with different editors.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_clean_year

    r782 r785  
    198198    read reponse 
    199199    case ${reponse} in 
    200        
     200 
    201201      oui|OUI|o|y|yes|YES) 
    202202        echo "OK. It will be erased." 
     
    220220                               -$( IGCM_date_DaysInMonth ${PeriodYear} ${PeriodMonth} ) ) 
    221221  IGCM_date_GetYearMonth ${PreviousPeriodDateEnd} PreviousPeriodYear PreviousPeriodMonth 
    222   
     222 
    223223  PreviousPeriodDateBegin=$( IGCM_date_AddDaysToGregorianDate ${PeriodDateBegin} \ 
    224224                         -$( IGCM_date_DaysInMonth ${PreviousPeriodYear} ${PreviousPeriodMonth} ) ) 
Note: See TracChangeset for help on using the changeset viewer.