Ignore:
Timestamp:
04/08/14 11:28:29 (10 years ago)
Author:
pinsard
Message:

fix some typos in comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/read_ncdf.pro

    r466 r493  
    4646; 
    4747; @keyword CALLITSELF {default=0}{type=scalar: 0 or 1} 
    48 ; For ROMS outputs. Use by read_ncdf itself to access auxilliary data  
     48; For ROMS outputs. Use by read_ncdf itself to access auxiliary data  
    4949; (h and zeta). 
    5050; 
     
    403403  ENDIF 
    404404;--------------------------------------------------------------------- 
    405 ; if it is roms outputs, we need to get additionals infos... 
     405; if it is roms outputs, we need to get additional infos... 
    406406  IF NOT keyword_set(callitself) THEN BEGIN 
    407407    IF strmid(dimnames[0], 0, 3) EQ 'xi_' AND strmid(dimnames[1], 0, 4) EQ 'eta_' THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.