Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/level2depth.html

    r138 r142  
    696696      </div> 
    697697 
    698       <div id="file_comments"></div> 
     698      <div id="file_comments"> 
     699 Allows to pass from a 2d level array to a 2d depth array corresponding o these levels 
     700</div> 
    699701 
    700702       
     
    711713        <div class="routine_details" id="_level2depth"> 
    712714 
    713           <h2><a class="top" href="#container">top</a>level2depth </h2> 
     715          <h2><a class="top" href="#container">top</a>level2depth <span class="categories"> 
     716 Without loop 
     717</span></h2> 
    714718         
    715719          <p class="header"> 
     
    717721         
    718722          <div class="comments"> 
    719  NAME:level2depht 
    720  
    721  PURPOSE: permet de passer d''un tableau 2d de niveau au 
    722  tableau 2d de profondeur correspondant a ces niveaux 
    723  
    724  CATEGORY: SANS BOUCLE 
    725  
    726  CALLING SEQUENCE: res=level2depth(niveau) 
    727  
    728  INPUTS: niveau tableau 2d de niveaux seuil (ou une structure repondant 
    729  aux criteres de litchamp) 
    730  
    731  KEYWORD PARAMETERS: 
    732        /NOMASK: pour ne pas masquer les points terres 
    733  
    734  OUTPUTS: un tableau 2d contenant des profondeurs 
    735  
    736  COMMON BLOCKS: 
    737         common.pro 
    738  
    739  SIDE EFFECTS: 
    740  
    741  RESTRICTIONS: 
    742  
    743  EXAMPLE: 
    744 </div> 
    745  
    746            
     723</div> 
     724 
     725          <h3>Return value</h3><div class="preformat">  
     726 2d array containing depthes 
     727</div> 
    747728 
    748729           
     
    751732             
    752733            <h4 id="_level2depth_param_tab">tab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    753                
    754                
    755                
    756                
     734              <span class="attr">in</span> 
     735               
     736               
     737              <span class="attr">required</span> 
    757738               
    758739               
     
    761742            </h4> 
    762743         
    763           <div class="comments"></div> 
     744          <div class="comments"> 
     745 2d level array of sill levels (or a structure respecting litchamp criterions) 
     746</div> 
    764747             
    765748 
     
    781764            </h4> 
    782765         
    783             <div class="comments"></div> 
     766            <div class="comments"> 
     767 To do not mask land points. 
     768</div> 
    784769             
    785770           
    786771 
    787772           
    788            
    789            
    790            
    791            
    792            
    793            
    794            
    795            
    796            
    797            
    798            
    799          
    800            
    801            
    802            
    803            
     773          <h3>Version history</h3> 
     774           
     775          <h4>Version</h4><div class="preformat"> 
     776 $Id$ 
     777</div> 
     778          <h4>History</h4><div class="preformat"></div> 
     779           
     780           
     781           
     782           
     783           
     784           
     785           
     786         
     787          <h3>Other attributes</h3> 
     788           
     789           
     790          <h4>Uses routines</h4><div class="preformat"> 
     791 common.pro 
     792</div> 
    804793           
    805794           
Note: See TracChangeset for help on using the changeset viewer.