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/ToBeReviewed/CALCULS/grossemoyenne.pro

    r325 r327  
    7777; @version 
    7878; $Id$ 
     79; 
    7980;- 
    80 FUNCTION grossemoyenne, tab, direc, BOXZOOM = boxzoom, INTEGRATION = integration $ 
    81                         , NAN = nan, NODOMDEF = nodomdef, WDEPTH = wdepth $ 
    82                         , SPATIALFIRST = spatialfirst, TEMPORALFIRST = temporalfirst $ 
    83                         , _EXTRA = ex 
     81FUNCTION grossemoyenne, tab, direc, BOXZOOM=boxzoom, INTEGRATION=integration $ 
     82                      , NAN=nan, NODOMDEF=nodomdef, WDEPTH=wdepth $ 
     83                      , SPATIALFIRST=spatialfirst, TEMPORALFIRST=temporalfirst $ 
     84                      , _EXTRA=ex 
    8485; 
    8586  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.