Ignore:
Timestamp:
06/12/06 11:20:31 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ForOldVersion? *.pro files for better idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/get_gridparams.pro

    r101 r102  
    3131; 
    3232; 2)  
    33 ; @param lon lat {in}{required}  1d or 2D arrays defining longitudes and latitudes.  
     33; @param in1 {in}{required}  1d or 2D arrays defining longitudes and latitudes.  
     34; @param in2 {in}{required}  1d or 2D arrays defining longitudes and latitudes.  
    3435;    Note that these arrays are also outputs and can therefore be modified.  
    3536 
    3637; @param in1 {out} the variable that will contain the longitudes 
    3738;  @param in2  {out} the variable that will contain the latitudes 
    38 ;  @param in3  {out} the number of points in the longitudinal direction 
    39 ;  @param in4  {out} the number of points in the latitudinal direction 
    40 ;  @param in5 {out} 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
     39;  @param in3  {in} the number of points in the longitudinal direction 
     40;  @param in4  {in} the number of points in the latitudinal direction 
     41;  @param in5 {in} 1 or 2 to specify if lon and lat should be 1D (jpi or jpj) 
    4142;    arrays or 2D arrays (jpi,jpj). Note that of  n_dimensions = 1, then the 
    4243;    grid must be regular (each longitudes must be the same for all latitudes 
Note: See TracChangeset for help on using the changeset viewer.