Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/triangule_c.html

    r157 r163  
    709709 rectangular matrix). A easy way to do triangles between all points is then:  
    710710 
    711      for each point (i,j) of the matrix -exept those of the last line and of 
     711     for each point (i,j) of the matrix -except those of the last line and of 
    712712     the last column- we call rectangle (i,j) the rectangle made of the four 
    713713     points (i,j), (i+1,j), (i,j+1), (i+1,j+1). To trace all triangle, we just 
     
    742742         
    743743          <p class="header"> 
    744             <span class="result">result = </span>triangule_c(<span class="result">[<a href="#_triangule_c_param_maskentree">maskentree</a>]</span>, <a href="#_triangule_c_keyword_COINMONTE">COINMONTE</a>=<span class="result">COINMONTE</span>, <a href="#_triangule_c_keyword_COINDESCEND">COINDESCEND</a>=<span class="result">COINDESCEND</span>, <a href="#_triangule_c_keyword_BASIC">BASIC</a>=<span class="result">BASIC</span>, <a href="#_triangule_c_keyword_KEEP_CONT">KEEP_CONT</a>=<span class="result">KEEP_CONT</span>)</p> 
     744            <span class="result">result = </span>triangule_c(<span class="result">[<a href="#_triangule_c_param_maskentree">maskentree</a>]</span>, <a href="#_triangule_c_keyword_COINMONTE">COINMONTE</a>=<span class="result">array</span>, <a href="#_triangule_c_keyword_COINDESCEND">COINDESCEND</a>=<span class="result">array</span>, <a href="#_triangule_c_keyword_BASIC">BASIC</a>=<span class="result">BASIC</span>, <a href="#_triangule_c_keyword_KEEP_CONT">KEEP_CONT</a>=<span class="result">KEEP_CONT</span>)</p> 
    745745         
    746746          <div class="comments"> 
     
    749749          <h3>Return value</h3><div class="preformat"> 
    750750 res: tableau 2d (3,nbre de triangles). 
    751  Each line of res represent indexes of points constituing summits of a triangle.  
     751 Each line of res represent indexes of points constituting summits of a triangle.  
    752752 See how we trace triangles in definetri.pro 
    753753</div> 
     
    763763               
    764764               
    765                
     765              <span class="attr">type:</span> <span class="value">2d array</span> 
    766766               
    767767               
     
    787787               
    788788               
    789                
     789              <span class="attr">type:</span> <span class="value">array</span> 
    790790               
    791791               
     
    793793         
    794794            <div class="comments"> 
    795  It is an array. To obtain the array of "ascending land corner" to be treated with  
     795 To obtain the array of "ascending land corner" to be treated with  
    796796 completecointerre.pro in the variable array instead of make it pass by the global  
    797797 variable twin_corners_up. 
     
    804804               
    805805               
    806                
     806              <span class="attr">type:</span> <span class="value">array</span> 
    807807               
    808808               
     
    810810         
    811811            <div class="comments"> 
    812  It is an array. See COINMONTE 
     812 See COINMONTE 
    813813</div> 
    814814             
     
    849849           
    850850          <h4>Version</h4><div class="preformat"> 
    851  $Id: triangule_c.pro 150 2006-08-09 10:12:54Z navarro $ 
     851 $Id: triangule_c.pro 157 2006-08-21 09:01:50Z navarro $ 
    852852</div> 
    853853          <h4>History</h4><div class="preformat"> 
     
    881881           
    882882         
     883          <h3>Statistics</h3> 
     884          <table class="statistics"> 
     885            <tr><td>McCabe cyclic</td><td>          41</td></tr> 
     886            <tr><td>McCabe essential</td><td>           1</td></tr> 
     887            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     888          </table> 
    883889           
    884890         
Note: See TracChangeset for help on using the changeset viewer.