Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/linearequation.html

    r200 r234  
    8787      </div> 
    8888 
    89       <div id="file_comments">  
     89      <div id="file_comments"> 
    9090 Calculate a linear equation of the type ax+by+c=0 
    9191 thanks to coordinates of 2 points. 
     
    106106        <div class="routine_details" id="_linearequation"> 
    107107 
    108           <h2><a class="top" href="#container">top</a>linearequation <span class="categories">  
    109 Utilities 
    110  </span></h2> 
     108          <h2><a class="top" href="#container">top</a>linearequation <span class="categories"> 
     109 Utilities 
     110</span></h2> 
    111111         
    112112          <p class="header"> 
     
    116116</div> 
    117117 
    118           <h3>Return value</h3><div class="preformat">  
    119  abc is a table of dimension 3, number_of_straight_line,  
     118          <h3>Return value</h3><div class="preformat"> 
     119 abc is a table of dimension 3, number_of_straight_line, 
    120120 where for each line of the table we obtain the 3 parameters 
    121121 a, b and c of the linear equation ax+by+c=0 
     
    137137            </h4> 
    138138         
    139           <div class="comments">  
    140  This is the first point of(the) straight line(s) whose we want to calculate  
     139          <div class="comments"> 
     140 This is the first point of(the) straight line(s) whose we want to calculate 
    141141 equation(s) 
    142142</div> 
     
    153153            </h4> 
    154154         
    155           <div class="comments">  
     155          <div class="comments"> 
    156156 This is the second point of(the) straight line(s) whose we want to calculate 
    157157 equation(s) 
     
    168168           
    169169 
    170           <h3>Examples</h3><div class="preformat">  
     170          <h3>Examples</h3><div class="preformat"> 
    171171 IDL> abc=linearequation(complex(1,2),[3,4]) 
    172172 IDL> print, abc[0]*1+abc[1]*2+abc[2] 
     
    175175          <h3>Version history</h3> 
    176176           
    177           <h4>Version</h4><div class="preformat"> $Id: linearequation.pro 163 2006-08-29 12:59:46Z navarro $ 
    178 </div> 
    179           <h4>History</h4><div class="preformat"> Sebastien Masson (smasson@lodyc.jussieu.fr) 
     177          <h4>Version</h4><div class="preformat"> 
     178 $Id: linearequation.pro 231 2007-03-19 17:15:51Z pinsard $ 
     179</div> 
     180          <h4>History</h4><div class="preformat"> 
     181 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    180182          10 juin 2000 
    181183</div> 
Note: See TracChangeset for help on using the changeset viewer.