Ignore:
Timestamp:
12/06/07 11:04:53 (16 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

File:
1 edited

Legend:

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

    r231 r325  
    77; Graphics 
    88; 
    9 ; @param MASKENTREE {in}{optional}{type=2d array} 
    10 ; It is a 2d array which will serve to mask the field we will trace after with CONTOUR, 
    11 ; ...TRIANGULATION=triangule(mask) 
     9; @param maskentree {in}{optional}{type=2d array} 
     10; It is a 2d array which will serve to mask the field we will trace after  
     11; with CONTOUR, ...TRIANGULATION=triangule(mask) 
    1212; If this argument is not specified, the function use tmask 
    1313; 
    1414; @keyword BASIC 
    15 ; Specify that the mask is on a basic grid (use the triangulation for vertical cuts and hovmoellers) 
     15; Specify that the mask is on a basic grid (use the triangulation for vertical  
     16; cuts and hovmoellers) 
    1617; 
    1718; @keyword COINMONTE {type=array} 
     
    3839; seb L.152->153 je ne pense pas que ce soit ce que tu voulais dire mais 
    3940; c'est la traduction de ce qu'il y avait écrit. Correction si besoin. 
     41; 
    4042;- 
    41 ; 
    42 FUNCTION triangule_e, maskentree, COINMONTE = coinmonte, COINDESCEND = coindescend $ 
    43                   , SHIFTED = shifted, BASIC = basic 
     43FUNCTION triangule_e, maskentree $ 
     44                    , COINMONTE = coinmonte, COINDESCEND = coindescend $ 
     45                    , SHIFTED = shifted, BASIC = basic 
    4446; 
    4547  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.