Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Utilities/lineintersection.html

    r234 r242  
    8484      1) by default: it is a vector of complex whose each element is the coordinates 
    8585                     of the intersection point of a pair of straight lines. 
    86       2) if FLOAT is activated, it is a array of reels of dimension 2, 
     86      2) if FLOAT is activated, it is a array of reals of dimension 2, 
    8787         number_of_pairs_of_straight_lines whose each row is the coordinates 
    8888         of the intersection point of a pair of straight line. 
     
    107107     
    108108 is the first array of dimension 3, number_of_pairs_of_straight_lines, 
    109  whose each line contain the 3 parameters a,b and c of the first linear 
     109 whose each line contain the 3 parameters a, b and c of the first linear 
    110110 equation of the type ax+by+c=0 
    111111 
     
    126126     
    127127 is second array of dimension 3, number_of_pairs_of_straight_lines, 
    128  whose each line contain the 3 parameters a,b and c of the second linear 
     128 whose each line contain the 3 parameters a, b and c of the second linear 
    129129 equation of the type ax+by+c=0 
    130130 
     
    179179     
    180180    <h4>Restrictions</h4> 
    181  If the 2 straight line are parallel, we return coordinates 
     181 If the 2 straight lines are parallel, we return coordinates 
    182182 (!values.f_nan,!values.f_nan) 
    183183 
Note: See TracChangeset for help on using the changeset viewer.