Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/idl-NetCDF/ncdf_quickread/ncdf_quickread_helper.pro

    r157 r163  
    4848; 
    4949; @keyword SUFFIX 
    50 ; include inptu suffix in output file name 
     50; include input suffix in output file name 
    5151; 
    5252; @returns 
     
    6565; $Id$ 
    6666;- 
    67 function ncdf_quickread_getFile, fullpath, suffix=suffix 
     67function ncdf_quickread_getfile, fullpath, suffix=suffix 
    6868on_error,2 
    6969compile_opt hidden 
     
    119119;- 
    120120 
    121 function ncdf_quickread_getDir, fullpath 
     121function ncdf_quickread_getdir, fullpath 
    122122on_error,2 
    123123compile_opt hidden 
     
    167167;- 
    168168 
    169 function ncdf_quickread_validateName, varname 
     169function ncdf_quickread_validatename, varname 
    170170on_error,2 
    171171compile_opt hidden 
Note: See TracChangeset for help on using the changeset viewer.