Ignore:
Timestamp:
12/13/07 17:22:35 (16 years ago)
Author:
pinsard
Message:

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

File:
1 edited

Legend:

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

    r325 r327  
    9797; 
    9898;- 
    99 FUNCTION read_ncdf, name, beginning, ending, compatibility, BOXZOOM = boxzoom, FILENAME = filename $ 
    100                     , PARENTIN = parentin, TIMESTEP = timestep, ADDSCL_BEFORE = addscl_before $ 
    101                     , TOUT = tout, NOSTRUCT = nostruct, CONT_NOFILL = CONT_NOFILL, INIT = init $ 
    102                     , GRID = grid, CALLITSELF = callitself, DIREC = direc $ 
    103                     , ZETAFILENAME = zetafilename, ZETAZERO = zetazero $ 
    104                     , _EXTRA = ex 
     99FUNCTION read_ncdf, name, beginning, ending, compatibility $ 
     100                  , BOXZOOM=boxzoom, FILENAME=filename $ 
     101                  , PARENTIN=parentin, TIMESTEP=timestep $ 
     102                  , ADDSCL_BEFORE=addscl_before $ 
     103                  , TOUT=tout, NOSTRUCT=nostruct, CONT_NOFILL=CONT_NOFILL, INIT=init $ 
     104                  , GRID=grid, CALLITSELF=callitself, DIREC=direc $ 
     105                  , ZETAFILENAME=zetafilename, ZETAZERO=zetazero $ 
     106                  , _EXTRA=ex 
    105107; 
    106108  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.