Revision: 56647
          http://sourceforge.net/p/brlcad/code/56647
Author:   starseeker
Date:     2013-08-06 21:26:28 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
Turn off the hrt definition in table.c - causing undefined reference errors?

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

Modified: brlcad/trunk/src/librt/primitives/table.c
===================================================================
--- brlcad/trunk/src/librt/primitives/table.c   2013-08-06 21:15:58 UTC (rev 
56646)
+++ brlcad/trunk/src/librt/primitives/table.c   2013-08-06 21:26:28 UTC (rev 
56647)
@@ -113,7 +113,7 @@
 RT_DECLARE_INTERFACE(constraint);
 /* RT_DECLARE_INTERFACE(binunif); */
 RT_DECLARE_INTERFACE(pnts);
-RT_DECLARE_INTERFACE(hrt);
+/*RT_DECLARE_INTERFACE(hrt);*/
 
 #if OBJ_BREP
 RT_DECLARE_INTERFACE(brep);
@@ -2006,6 +2006,7 @@
        NULL,
     },
 
+#if 0
     {
        /* 43 */
        RT_FUNCTAB_MAGIC, "ID_HRT", "hrt",
@@ -2047,6 +2048,7 @@
        rt_hrt_centroid,
        NULL,
     },
+#endif
 
     {
        /* this entry for sanity only */

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to