Changeset 407


Ignore:
Timestamp:
10/01/09 16:15:30 (15 years ago)
Author:
smasson
Message:

bugfix in ncdf_gettime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/ncdf_gettime.pro

    r406 r407  
    111111      CASE caller OF 
    112112        'read_ncdf':err = 'the file '+filename+' as no time axis variable. !C Use the TIMESTEP keyword' 
    113         'scanfile':err = 'the file '+fullname+' has no time axis.!C we create a fake calendar ...' 
     113        'scanfile':err = 'the file '+filename+' has no time axis.!C we create a fake calendar ...' 
    114114      ENDCASE 
    115115      IF keyword_set(tobeclosed) THEN ncdf_close, cdfid 
Note: See TracChangeset for help on using the changeset viewer.