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

    r326 r327  
    195195; "UNVECTSUR"+ quelques trucs dans la routine. 
    196196;- 
    197 PRO plt, tab1, param2, param3, param4, REALCONT = realcont, CONTOUR = contour $ 
    198          , INTERVALLE = intervalle, INV = inv, GRIDTYPE = gridtype, BOXZOOM = boxzoom $ 
    199          , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $ 
    200          , STYLE = style, CONTMAX = contmax, CONTMIN = contmin, NLEVEL = nlevel, CONTNLEVEL = contnlevel $ 
    201          , VECTEUR = vecteur, MAP = map, MININ = minin, MAXIN = maxin $ 
    202          , NOFILL = nofill, CONT_NOFILL = cont_nofill $ 
    203          , USETRI = usetri, NOTRI = notri, MASKFILL = maskfill $ 
    204          , DUPLICATE = duplicate, STRICTFILL = strictfill, OVERPLOT = overplot $ 
    205          , DECIMATETRI = decimatetri,  LABMAP = labmap, _EXTRA = ex 
     197PRO plt, tab1, param2, param3, param4, REALCONT=realcont, CONTOUR=contour $ 
     198       , INTERVALLE=intervalle, INV=inv, GRIDTYPE=gridtype, BOXZOOM=boxzoom $ 
     199       , CONTINTERVALLE=contintervalle, LABEL=label, CONTLABEL=contlabel $ 
     200       , STYLE=style, CONTMAX=contmax, CONTMIN=contmin, NLEVEL=nlevel $ 
     201       , CONTNLEVEL=contnlevel $ 
     202       , VECTEUR=vecteur, MAP=map, MININ=minin, MAXIN=maxin $ 
     203       , NOFILL=nofill, CONT_NOFILL=cont_nofill $ 
     204       , USETRI=usetri, NOTRI=notri, MASKFILL=maskfill $ 
     205       , DUPLICATE=duplicate, STRICTFILL=strictfill, OVERPLOT=overplot $ 
     206       , DECIMATETRI=decimatetri,  LABMAP=labmap, _EXTRA=ex 
    206207; 
    207208  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.