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/drawsectionbottom.pro

    r232 r325  
    66; @categories 
    77; 
    8 ; @param MASKIN {in}{required} 
     8; @param maskin {in}{required} 
    99; 
    10 ; @param XXAXISIN {in}{required} 
     10; @param xxaxisin {in}{required} 
    1111; 
    12 ; @param DEPTHSIN {in}{required} 
     12; @param depthsin {in}{required} 
    1313; 
    1414; @keyword COAST_COLOR {default=0} 
     
    3939; @todo 
    4040; Seb: definir params 
     41; 
    4142;- 
    42 ; 
    4343PRO drawsectionbottom, maskin, xxaxisin, depthsin $ 
    44                        , COAST_COLOR = coast_color, COAST_THICK = coast_thick $ 
    45                        , CONT_COLOR = cont_color, CONT_NOFILL = cont_nofill $ 
    46                        , OVERPLOT = overplot, _EXTRA = ex 
     44                     , COAST_COLOR = coast_color, COAST_THICK = coast_thick $ 
     45                     , CONT_COLOR = cont_color, CONT_NOFILL = cont_nofill $ 
     46                     , OVERPLOT = overplot, _EXTRA = ex 
    4747; 
    4848  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.