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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r325 r327  
    104104; 
    105105;- 
    106 PRO plt1d, tab, param2, param3, param4, BOXZOOM = boxzoom, SIN = sin $ 
    107            , MININ = minin, MAXIN = maxin, TYPEIN = typein, ENDPOINTS = endpoints $ 
    108            , COL1D = col1d, STY1D = sty1d, OV1D = ov1d, X = x, Y = y, Z = z, TT = tt $ 
    109            , REVERSE_X = reverse_x, REVERSE_Y = reverse_y, SWITCHXY = switchxy $ 
    110            , _EXTRA = ex 
     106PRO plt1d, tab, param2, param3, param4, BOXZOOM=boxzoom, SIN=sin $ 
     107         , MININ=minin, MAXIN=maxin, TYPEIN=typein, ENDPOINTS=endpoints $ 
     108         , COL1D=col1d, STY1D=sty1d, OV1D=ov1d, X=x, Y=y, Z=z, TT=tt $ 
     109         , REVERSE_X=reverse_x, REVERSE_Y=reverse_y, SWITCHXY=switchxy $ 
     110         , _EXTRA=ex 
    111111; 
    112112  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.