Revision: 56563
          http://sourceforge.net/p/brlcad/code/56563
Author:   starseeker
Date:     2013-08-05 06:19:11 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
Ah, right - don't need xyz vars any more.

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp

Modified: brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp 2013-08-05 
06:16:41 UTC (rev 56562)
+++ brlcad/trunk/src/librt/primitives/bot/bot_oriented_bbox.cpp 2013-08-05 
06:19:11 UTC (rev 56563)
@@ -52,7 +52,6 @@
     bb = gdiam_approx_mvbb_grid_sample(pnt_arr, bot_ip->num_vertices, 5, 400 );
 
     /* gdiam_bbox to struct rt_arb_internal */
-    double x, y, z;
     /* 0, 0, 0 */
     bb.get_vertex(0, 0, 0, &(bbox->pt[0][0]), &(bbox->pt[0][1]), 
&(bbox->pt[0][2]));
     /* 0, 1, 0 */

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to