Changeset 439


Ignore:
Timestamp:
09/24/10 16:40:05 (14 years ago)
Author:
smasson
Message:

nicer bugfix than previous

File:
1 edited

Legend:

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

    r438 r439  
    109109      timeid = timeid+1 
    110110    ENDREP UNTIL tstok OR timeid EQ inq.nvars 
    111     IF timeid EQ inq.nvars AND NOT tstok THEN BEGIN 
     111    IF NOT tstok THEN BEGIN 
    112112      CASE caller OF 
    113113        'read_ncdf':err = 'the file '+filename+' as no time axis variable. !C Use the TIMESTEP keyword' 
Note: See TracChangeset for help on using the changeset viewer.