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/PLOTS/DESSINE/pltt.pro

    r326 r327  
    202202; 
    203203;- 
    204 PRO pltt, tab, giventype, givenmin, givenmax, datmin, datmax, BOXZOOM = boxzoom, CONTOUR = contour $ 
    205           , ENDPOINTS = endpoints, INTERVALLE = intervalle, INV = inv  $ 
    206           , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $ 
    207           , STYLE = style, CONTMAX = contmax, CONTMIN = contmin $ 
    208           , NOFILL = nofill, NLEVEL = nlevel, CONTNLEVEL = contnlevel $ 
    209           , COL1D = col1d, STY1D = sty1d, MININ = minin, MAXIN = maxin $ 
    210           , OV1D = ov1d, FILTER = filter, TREND_TYPE = trend_type $ 
    211           , REPEAT_C = repeat_c, TYPEIN = typein, XT = XT, YT = YT, ZT = zt $ 
    212           , TT = tt, STRICTFILL = strictfill, OVERPLOT = overplot $ 
    213           , EXCHANGE_XY = exchange_xy $ 
    214           , _EXTRA = ex 
     204PRO pltt, tab, giventype, givenmin, givenmax, datmin, datmax $ 
     205        , BOXZOOM=boxzoom, CONTOUR=contour $ 
     206        , ENDPOINTS=endpoints, INTERVALLE=intervalle, INV=inv  $ 
     207        , CONTINTERVALLE=contintervalle, LABEL=label, CONTLABEL=contlabel $ 
     208        , STYLE=style, CONTMAX=contmax, CONTMIN=contmin $ 
     209        , NOFILL=nofill, NLEVEL=nlevel, CONTNLEVEL=contnlevel $ 
     210        , COL1D=col1d, STY1D=sty1d, MININ=minin, MAXIN=maxin $ 
     211        , OV1D=ov1d, FILTER=filter, TREND_TYPE=trend_type $ 
     212        , REPEAT_C=repeat_c, TYPEIN=typein, XT=XT, YT=YT, ZT=zt $ 
     213        , TT=tt, STRICTFILL=strictfill, OVERPLOT=overplot $ 
     214        , EXCHANGE_XY=exchange_xy $ 
     215        , _EXTRA=ex 
    215216; 
    216217  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.