Changeset 429


Ignore:
Timestamp:
03/17/10 12:06:03 (14 years ago)
Author:
smasson
Message:

small bugfix in ncdf_getaxis when no axis are found

File:
1 edited

Legend:

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

    r405 r429  
    191191    ENDIF 
    192192  ENDELSE 
    193   IF arg_present(xdimname) THEN ncdf_diminq, cdfid, dimidx, xdimname, tmp 
     193  ncdf_diminq, cdfid, dimidx, xdimname, tmp 
    194194  IF n_elements(jpifromx) EQ 0 THEN jpifromx = tmp 
    195195; 
     
    286286    ENDIF 
    287287  ENDELSE 
    288   IF arg_present(ydimname) THEN ncdf_diminq, cdfid, dimidy, ydimname, tmp 
     288  ncdf_diminq, cdfid, dimidy, ydimname, tmp 
    289289  IF n_elements(jpjfromy) EQ 0 THEN jpjfromy = tmp 
    290290; 
Note: See TracChangeset for help on using the changeset viewer.