Ignore:
Timestamp:
03/12/09 17:56:49 (15 years ago)
Author:
sdipsl
Message:

A few bug fixes and adaptation for ulam so that libIGCM auto-check
succeed on this machine.

File:
1 edited

Legend:

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

    r23 r54  
    275275    fi 
    276276 
    277     typeset ymd y m diy 
     277    typeset ymd y m 
    278278 
    279279    # if there are no command line arguments then assume that a yyyymmdd is being 
     
    410410    # usage IGCM_date_ConvertJulianDateToGregorian 1998213 
    411411 
    412     typeset dt y m d md grg 
     412    typeset dt y m d grg 
    413413 
    414414    # if there is no command line argument, assume one is being  
     
    463463    # usage IGCM_date_AddDaysToJulianDate 1998312 { ,-}14 
    464464 
    465     typeset dif yd d y diy 
     465    typeset dif yd d y 
    466466 
    467467    # Read the difference from the command lines 
Note: See TracChangeset for help on using the changeset viewer.