Revision: 57030
          http://sourceforge.net/p/brlcad/code/57030
Author:   iiizzzaaakkk
Date:     2013-08-21 14:34:05 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
Sorry! removing unused variables in rt_hrt_shot()

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-21 14:22:26 UTC (rev 
57029)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt.c 2013-08-21 14:34:05 UTC (rev 
57030)
@@ -395,19 +395,9 @@
  * >0 HIT
  */
 int
-rt_hrt_shot(struct soltab *stp, register struct xray *rp, struct application 
*ap, struct seg *seghead)
+rt_hrt_shot()
 {
-    register struct hrt_specific *hrt = 
-       (struct hrt_specific *)stp->st_specific;
-    register struct seg *segp;
-    vect_t dprime;             /* D' */
-    vect_t pprime;             /* P' */
-    vect_t work;               /* temporary vector */
-    bn_poly_t S;               /* The sextic equation (of power 6) */
-    bn_complex_t complex[6];   /* The complex roots */
-    double real[6];            /* The real roots */
-    register int i;
-    int j;
+    bu_log("rt_hrt_shot: Not implemented yet!\n"); 
     return 6;
 }
 

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