Ignore:
Timestamp:
12/13/07 17:22:35 (17 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/Utilities/createfunc.pro

    r325 r327  
    1616; function definition.  
    1717; Warning: the string must start with a ','  
    18 ; for example: KWDLIST = ', TOTO = toto' 
     18; for example: KWDLIST=', TOTO=toto' 
    1919; 
    2020; @keyword _EXTRA  
     
    3838; 
    3939;- 
    40 FUNCTION createfunc, command, FILENAMEIN = filenamein $ 
    41                , KWDLIST = kwdlist, _EXTRA = ex 
     40FUNCTION createfunc, command, FILENAMEIN=filenamein $ 
     41               , KWDLIST=kwdlist, _EXTRA=ex 
    4242; 
    4343  compile_opt idl2, hidden, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.