Revision: 57180
          http://sourceforge.net/p/brlcad/code/57180
Author:   iiizzzaaakkk
Date:     2013-08-27 15:36:17 +0000 (Tue, 27 Aug 2013)
Log Message:
-----------
Correcting sextic equation in comment preceeding rt_hrt_shot() implementation

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/hrt/hrt.c

Modified: brlcad/trunk/src/librt/primitives/hrt/hrt.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-27 15:36:15 UTC (rev 
57179)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-27 15:36:17 UTC (rev 
57180)
@@ -382,7 +382,7 @@
  * turns out (by substituting X, Y, Z above into the sextic equation above)
  * to be a sextic equation S in 't' given below.
  *
- * S(t)=C6*t**6 + C5*t**5 + C4*t**4 + C3*t**3 + C2*t**2 + C1*t + C06 = 0.
+ * S(t)=C6*t**6 + C5*t**5 + C4*t**4 + C3*t**3 + C2*t**2 + C1*t + C0 = 0.
  *
  * where C0, C1, C2, C3, C4, C5, C6 are coefficients of the equation.
  *

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to