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

    r325 r327  
    110110; 
    111111;- 
    112 PRO pltbase, z2d, x, y, mask, xm, ym, levels, colors, UNSUR2 = unsur2, CONTOUR = contour $ 
    113              , NOCONTOUR = nocontour, NOFILL = nofill $ 
    114              , TRICHAMP = trichamp, TRIMSK = trimsk $ 
    115              , REALCONT = realcont, NAN = nan, USETRI = usetri $ 
    116              , COLORTRICHAMP = colortrichamp, COLORTRIMASK = colortrimask $ 
    117              , COLORTRINAN = colortrinan $ 
    118              , COLORPOINTS = colorpoints, DRAWPOINTS = drawpoints $ 
    119              , TH_TRICHAMP = th_trichamp, TH_TRIMASK = th_trimask $ 
    120              , DESSTRICHAMP = desstrichamp, DESSTRIMASK = desstrimask $ 
    121              , DESSTRINAN = desstrinan, COLOR_C = color_c $ 
    122              , I_COLORS = i_colors,  CONT_COLOR = CONT_COLOR $ 
    123              , CONT_NOFILL = cont_nofill, UNLABSUR = unlabsur $ 
    124              , COINMONTEMASK = coinmontemask, COINDESCENDMASK = coindescendmask $ 
    125              , COINMONTENAN = coinmontenan, COINDESCENDNAN = coindescendnan $ 
    126              , INDICEZOOMMASK = indicezoommask, INDICEZOOMNAN = indicezoomnan $ 
    127              , MASKORG = maskorg, MASKNAN = masknan, TRINAN = trinan $ 
    128              , FORPLT = forplt, REALSECTION = realsection $ 
    129              , MORE = more, EXCHANGE_XY = exchange_xy $ 
    130              , _EXTRA = ex 
     112PRO pltbase, z2d, x, y, mask, xm, ym, levels, colors $ 
     113           , UNSUR2=unsur2, CONTOUR=contour $ 
     114           , NOCONTOUR=nocontour, NOFILL=nofill $ 
     115           , TRICHAMP=trichamp, TRIMSK=trimsk $ 
     116           , REALCONT=realcont, NAN=nan, USETRI=usetri $ 
     117           , COLORTRICHAMP=colortrichamp, COLORTRIMASK=colortrimask $ 
     118           , COLORTRINAN=colortrinan $ 
     119           , COLORPOINTS=colorpoints, DRAWPOINTS=drawpoints $ 
     120           , TH_TRICHAMP=th_trichamp, TH_TRIMASK=th_trimask $ 
     121           , DESSTRICHAMP=desstrichamp, DESSTRIMASK=desstrimask $ 
     122           , DESSTRINAN=desstrinan, COLOR_C=color_c $ 
     123           , I_COLORS=i_colors,  CONT_COLOR=CONT_COLOR $ 
     124           , CONT_NOFILL=cont_nofill, UNLABSUR=unlabsur $ 
     125           , COINMONTEMASK=coinmontemask, COINDESCENDMASK=coindescendmask $ 
     126           , COINMONTENAN=coinmontenan, COINDESCENDNAN=coindescendnan $ 
     127           , INDICEZOOMMASK=indicezoommask, INDICEZOOMNAN=indicezoomnan $ 
     128           , MASKORG=maskorg, MASKNAN=masknan, TRINAN=trinan $ 
     129           , FORPLT=forplt, REALSECTION=realsection $ 
     130           , MORE=more, EXCHANGE_XY=exchange_xy $ 
     131           , _EXTRA=ex 
    131132; 
    132133  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.