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/VECTEUR/velovect.pro

    r325 r327  
    9292; 
    9393;- 
    94 PRO velovect, u,v,x,y, MISSING = missing, LENGTH = length, DOTS = dots,  $ 
    95         COLOR=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot, _EXTRA=extra 
     94PRO velovect, u,v,x,y, MISSING=missing, LENGTH=length, DOTS=dots $ 
     95            , COLOR=color, CLIP=clip, NOCLIP=noclip, OVERPLOT=overplot $ 
     96            , _EXTRA=extra 
    9697; 
    9798  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.