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

    r326 r327  
    166166; 
    167167;- 
    168 PRO pltz, tab, giventype, givenmin, givenmax, BOXZOOM = boxzoom, CONTOUR = contour $ 
    169           , ENDPOINTS = endpoints, INTERVALLE = intervalle, INV = inv, ZRATIO = zratio $ 
    170           , CONTINTERVALLE = contintervalle, LABEL = label, CONTLABEL = contlabel $ 
    171           , STYLE = style, CONTMAX = contmax, SIN = sin, TYPEIN = typein $ 
    172           , CONTMIN = contmin, NLEVEL = nlevel, CONTNLEVEL = contnlevel $ 
    173           , NOFILL = nofill, NOTRI = notri, USETRI = usetri, FILLXDIR = fillxdir $ 
    174           , ZOOM = zoom, XZ = xz, YZ = yz, MININ = minin, MAXIN = maxin $ 
    175           , STRICTFILL = strictfill, OVERPLOT = overplot, MASKFILL = maskfill $ 
    176           , WDEPTH = wdepth, REALSECTION = realsection $ 
    177           , _EXTRA = ex 
     168PRO pltz, tab, giventype, givenmin, givenmax $ 
     169        , BOXZOOM=boxzoom, CONTOUR=contour $ 
     170        , ENDPOINTS=endpoints, INTERVALLE=intervalle, INV=inv $ 
     171        , ZRATIO=zratio $ 
     172        , CONTINTERVALLE=contintervalle, LABEL=label, CONTLABEL=contlabel $ 
     173        , STYLE=style, CONTMAX=contmax, SIN=sin, TYPEIN=typein $ 
     174        , CONTMIN=contmin, NLEVEL=nlevel, CONTNLEVEL=contnlevel $ 
     175        , NOFILL=nofill, NOTRI=notri, USETRI=usetri, FILLXDIR=fillxdir $ 
     176        , ZOOM=zoom, XZ=xz, YZ=yz, MININ=minin, MAXIN=maxin $ 
     177        , STRICTFILL=strictfill, OVERPLOT=overplot, MASKFILL=maskfill $ 
     178        , WDEPTH=wdepth, REALSECTION=realsection $ 
     179        , _EXTRA=ex 
    178180; 
    179181  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.