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

Location:
trunk/SRC/ToBeReviewed/PLOTS/DIVERS
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/addaxe.pro

    r325 r327  
    2929; 
    3030;- 
    31 PRO addaxe, endpoints, type, posfenetre, _EXTRA = ex 
     31PRO addaxe, endpoints, type, posfenetre, _EXTRA=ex 
    3232; 
    3333  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/axis4pltz.pro

    r325 r327  
    4343; 
    4444;- 
    45 PRO axis4pltz, type, mask, glam, gphi, z, XXAXIS = xxaxis, ZZAXIS = zzaxis, SIN = sin, ZRATIO = zratio, ZOOM = zoom, PROFMAX = profmax, PROFMIN = profmin, _EXTRA = ex 
     45PRO axis4pltz, type, mask, glam, gphi, z $ 
     46             , XXAXIS=xxaxis, ZZAXIS=zzaxis, SIN=sin, ZRATIO=zratio $ 
     47             , ZOOM=zoom, PROFMAX=profmax, PROFMIN=profmin, _EXTRA=ex 
    4648; 
    4749  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/barrecouleur.pro

    r325 r327  
    5353;- 
    5454PRO barrecouleur, colnumb, clbinf, clbsup, clbdiv $ 
    55                   , NOCOLORBAR = nocolorbar, CB_TITLE = cb_title $ 
    56                   , NOFILL = nofill, COLOR_c = color_c $ 
    57                   , MIN = min, MAX = max, divisions = divisions $ 
    58                   , CB_SUBTITLE = cb_subtitle, POST = post, _EXTRA = ex 
     55                  , NOCOLORBAR=nocolorbar, CB_TITLE=cb_title $ 
     56                  , NOFILL=nofill, COLOR_c=color_c $ 
     57                  , MIN=min, MAX=max, divisions=divisions $ 
     58                  , CB_SUBTITLE=cb_subtitle, POST=post, _EXTRA=ex 
    5959; 
    6060  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checkfield.pro

    r325 r327  
    192192; 
    193193;- 
    194 FUNCTION checkfield, field, procedure, TYPE = type, BOXZOOM = boxzoom, DIREC = direc, NOQUESTION = noquestion, VECTEUR = vecteur, WDEPTH = wdepth, _EXTRA = ex 
     194FUNCTION checkfield, field, procedure $ 
     195                   , TYPE=type, BOXZOOM=boxzoom, DIREC=direc $ 
     196                   , NOQUESTION=noquestion, VECTEUR=vecteur, WDEPTH=wdepth $ 
     197                   , _EXTRA=ex 
    195198; 
    196199  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro

    r325 r327  
    5959; @todo seb 
    6060;- 
    61 PRO checktypeminmax, procedure, TYPE = type, MIN = min, MAX = max, XY = xy $ 
    62                      , XZ = xz, YZ = yz, XT = XT, YT = YT, ZT = zt $ 
    63                      , TT = tt, XX = xx, YY = yy, ZZ = zz $ 
    64                      , XINDEX = xindex, YINDEX = yindex $ 
    65                      , ENDPOINTS = endpoints, _EXTRA = ex 
     61PRO checktypeminmax, procedure, TYPE=type, MIN=min, MAX=max, XY=xy $ 
     62                     , XZ=xz, YZ=yz, XT=XT, YT=YT, ZT=zt $ 
     63                     , TT=tt, XX=xx, YY=yy, ZZ=zz $ 
     64                     , XINDEX=xindex, YINDEX=yindex $ 
     65                     , ENDPOINTS=endpoints, _EXTRA=ex 
    6666; 
    6767  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/determineminmax.pro

    r325 r327  
    5151; 
    5252;- 
    53 PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi, MAXIN = maxin, MININ = minin, INTERVALLE = intervalle, USETRI = usetri, ZEROMIDDLE = zeromiddle, _EXTRA = ex 
     53PRO determineminmax, tab, mask, vraimin, vraimax, glam, gphi $ 
     54                   , MAXIN=maxin, MININ=minin, INTERVALLE=intervalle $ 
     55                   , USETRI=usetri, ZEROMIDDLE=zeromiddle, _EXTRA=ex 
    5456; 
    5557  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placecolor.pro

    r325 r327  
    3737; 
    3838;- 
    39 PRO placecolor, pos, _EXTRA = ex 
     39PRO placecolor, pos, _EXTRA=ex 
    4040; 
    4141  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/placedessin.pro

    r325 r327  
    127127; 
    128128;- 
    129 PRO placedessin, typedessin, posfenetre, posbar, dtasize, BARMARGES = barmarges $ 
    130                  , NOCOLORBAR = nocolorbar, NOFILL = nofill, COLOR_c = color_c $ 
    131                  , CONTOUR = contour $ 
    132                  , VECTEUR = vecteur, PORTRAIT = portrait, LANDSCAPE = landscape $ 
    133                  , SMALL = small, MARGES = marges, MAP = map $ 
    134                  , REMPLI = REMPLI, POST = post, WINDOW = window $ 
    135                  , ENDPOINTS = endpoints, TYPE = type, BASICMARGES = basicmarges $ 
    136                  , NOERASE = noerase, LCT = lct, DIREC = direc, CB_TITLE = cb_title, _EXTRA = ex 
     129PRO placedessin, typedessin, posfenetre, posbar, dtasize, BARMARGES=barmarges $ 
     130               , NOCOLORBAR=nocolorbar, NOFILL=nofill, COLOR_c=color_c $ 
     131               , CONTOUR=contour $ 
     132               , VECTEUR=vecteur, PORTRAIT=portrait, LANDSCAPE=landscape $ 
     133               , SMALL=small, MARGES=marges, MAP=map $ 
     134               , REMPLI=REMPLI, POST=post, WINDOW=window $ 
     135               , ENDPOINTS=endpoints, TYPE=type, BASICMARGES=basicmarges $ 
     136               , NOERASE=noerase, LCT=lct, DIREC=direc, CB_TITLE=cb_title $ 
     137               , _EXTRA=ex 
    137138; 
    138139  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/projsegment.pro

    r325 r327  
    4242; 
    4343;- 
    44 FUNCTION projsegment, vecteur, bornes, MP = mp 
     44FUNCTION projsegment, vecteur, bornes, MP=mp 
    4545; 
    4646  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/terminedessin.pro

    r325 r327  
    3939; 
    4040;- 
    41 PRO terminedessin, POST = post, SMALL = small, _EXTRA = ex 
     41PRO terminedessin, POST=post, SMALL=small, _EXTRA=ex 
    4242; 
    4343  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.