Changeset 248 for trunk/SRC/ToBeReviewed


Ignore:
Timestamp:
05/29/07 10:59:39 (17 years ago)
Author:
smasson
Message:

minor bugbix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/GRILLE/tracegrille.pro

    r232 r248  
    66; @categories 
    77; 
    8 ; @param GLAMIN {in}{required} 
    9 ; The 1d or 2d array in longitude of points of the grid.If GLAM/GLAMIN 
    10 ; is not specified, it trace the grid specified by vargrid, on the 
    11 ; domain defined by domdef. 
     8; @param GLAMIN {in}{optional}{type=1d or 2d array}{default=glam specified by vargrid, on the domain defined by domdef} 
     9; Longitude of points of the grid. 
    1210; 
    13 ; @param GPHIIN {in}{required} 
    14 ; The 1d or 2d array in latitude of points of the grid.If GPHI/GPHIIN 
    15 ; is not specified, it trace the grid specified by vargrid, on the 
    16 ; domain defined by domdef. 
     11; @param GPHIIN {in}{optional}{type=1d or 2d array}{default=gphi specified by vargrid, on the domain defined by domdef} 
     12; Latitude of points of the grid. 
    1713; 
    18 ; @keyword XSTRIDE {type=integer} 
     14; @keyword XSTRIDE {type=integer}{default=1} 
    1915; It specify that we want to trace only one line of 
    2016; constant i every xstride points 
    2117; 
    22 ; @keyword YSTRIDE {type=integer} 
     18; @keyword YSTRIDE {type=integer}{default=1} 
    2319; It specify that we want to trace only one line of 
    2420; constant j every xstride points 
Note: See TracChangeset for help on using the changeset viewer.