Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.pro

    r157 r163  
    1010; Graphics 
    1111; 
    12 ; @param VECTEUR {in}{required} 
    13 ; It is a structure with 2 elements containing we 2 matrixes U and V of  
    14 ; values of the zonal and meridian component of the fiel of vectors to  
     12; @param VECTEUR {in}{required}{type=vector} 
     13; It is a structure with 2 elements containing we 2 matrices U and V of  
     14; values of the zonal and meridian component of the field of vectors to  
    1515; be traced. 
    1616;      For ex: 
     
    1919;       vecteur={u:lec('unsurface'),v:lec('vnsurface')} goes well too. 
    2020; 
    21 ; @keyword UNVECTSUR 
     21; @keyword UNVECTSUR {type=scalar or array} 
    2222; It is a scalar n or an array with 2 elements [n1,n2]. 
    2323; In the first case, we will trace a vector on n following x and y. 
Note: See TracChangeset for help on using the changeset viewer.