Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/TRIANGULATION/definetri_e.pro

    r186 r231  
    11;+ 
     2; 
    23; @file_comments 
    34; 
    4 ; 
    55; @categories 
    6 ; 
    76; 
    87; @param INDEX 
     
    1514; The y dimension array 
    1615; 
    17 ; 
    1816; @returns 
    1917; 
     18; @restrictions 
    2019; 
    21 ; @restrictions 
    22 ;  
    23 ;  
    2420; @examples 
    25 ;  
    26 ;  
     21; 
    2722; @history 
    28 ; 
    2923; 
    3024; @version 
    3125; $Id$ 
    3226;- 
    33  function numtri, index, nx, ny 
     27; 
     28FUNCTION numtri, index, nx, ny 
    3429; 
    3530  compile_opt idl2, strictarrsubs 
     
    4237   return, numtri 
    4338end 
    44  
    45  
     39; 
    4640;+ 
    4741; 
    4842; @file_comments 
    49 ; Define a triangulation array like TRIANGULATE but for a 
     43; Define a triangulation array like <pro>TRIANGULATE</pro> but for a 
    5044; E-grid type 
    5145; 
    5246; @categories 
    5347; Make contours with E-grid type 
    54 ;  
     48; 
    5549; @param NX {in}{required} 
    5650; The x dimension array 
     
    6054; 
    6155; @param SINGULAR {in}{optional} 
    62 ; When singular is undefined all rectangles are cut in using the vertical  
    63 ; diagonal.  
    64 ; Singular is a vector which contains the rectangles numbers which are cut in  
     56; When singular is undefined all rectangles are cut in using the vertical 
     57; diagonal. 
     58; Singular is a vector which contains the rectangles numbers which are cut in 
    6559; using the horizontal diagonal. 
    66 ; The rectangle number is defined by the index (in a nx*ny vector) of the  
     60; The rectangle number is defined by the index (in a nx*ny vector) of the 
    6761; lower-left corner of the rectangle. 
    6862; 
    6963; @keyword SHIFTED 
    7064; 
    71 ; 
    7265; @returns 
    7366; Triangles is a 2d array and is dimensions are 3 and (nx-1)*(ny-1). 
    7467; Triangles is defined like in the TRIANGULATE procedure. 
    75 ;         
     68; 
    7669; @history 
    7770; Sebastien Masson (smlod\@ipsl.jussieu.fr) 
     
    8174; $Id$ 
    8275; 
    83 ; @todo  
     76; @todo 
    8477; seb: documenter SHIFTED 
    8578;- 
Note: See TracChangeset for help on using the changeset viewer.