Revision: 41869
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41869&view=rev
Author:   erikgreenwald
Date:     2010-12-30 19:21:14 +0000 (Thu, 30 Dec 2010)

Log Message:
-----------
Fixed interesting precision bug where a symbol was being silently redefined 
with a different type.

Modified Paths:
--------------
    brlcad/trunk/src/adrt/libtie/tie_kdtree.c

Modified: brlcad/trunk/src/adrt/libtie/tie_kdtree.c
===================================================================
--- brlcad/trunk/src/adrt/libtie/tie_kdtree.c   2010-12-30 19:19:22 UTC (rev 
41868)
+++ brlcad/trunk/src/adrt/libtie/tie_kdtree.c   2010-12-30 19:21:14 UTC (rev 
41869)
@@ -98,7 +98,7 @@
        if (min > rad || max < -rad) return 0;
 
 
-tfloat TIE_PREC;
+tfloat TIE_VAL(TIE_PREC);
 
 /*************************************************************
  **************** PRIVATE FUNCTIONS **************************


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

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to