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/Utilities/createpro.pro

    r325 r327  
    1515; definition.  
    1616; Warning: the string must start with a ','  
    17 ; for example: KWDLIST = ', TOTO = toto' 
     17; for example: KWDLIST=', TOTO = toto' 
    1818; 
    1919; @keyword KWDUSED  
     
    4444; 
    4545;- 
    46 PRO createpro, command, FILENAMEIN = filenamein $ 
    47                , KWDLIST = kwdlist, KWDUSED = kwdused, _EXTRA = ex 
     46PRO createpro, command, FILENAMEIN=filenamein $ 
     47             , KWDLIST=kwdlist, KWDUSED=kwdused, _EXTRA=ex 
    4848; 
    4949  compile_opt idl2, hidden, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.