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/find.pro

    r325 r327  
    107107; 
    108108;- 
    109 FUNCTION find, filein, IODIRECTORY = iodirectory, RECURSIVE = recursive $ 
    110                , REPERTOIRE = repertoire, NOPRO = nopro, ONLYPRO = onlypro $ 
    111                , ONLYNC = onlync, UNIQUE = unique, FIRSTFOUND = firstfound $ 
    112                , LOOKALLDIR = LOOKALLDIR, TRYFIND = tryfind, _EXTRA = ex 
     109FUNCTION find, filein, IODIRECTORY=iodirectory, RECURSIVE=recursive $ 
     110             , REPERTOIRE=repertoire, NOPRO=nopro, ONLYPRO=onlypro $ 
     111             , ONLYNC=onlync, UNIQUE=unique, FIRSTFOUND=firstfound $ 
     112             , LOOKALLDIR=LOOKALLDIR, TRYFIND=tryfind, _EXTRA=ex 
    113113; 
    114114  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.