Revision: 56680
          http://sourceforge.net/p/brlcad/code/56680
Author:   starseeker
Date:     2013-08-07 21:06:06 +0000 (Wed, 07 Aug 2013)
Log Message:
-----------
comparison was too small for the area calculation in Windows - still have other 
issues, but at least avoids the crash...

Modified Paths:
--------------
    brlcad/trunk/src/other/libgdiam/gdiam.hpp

Modified: brlcad/trunk/src/other/libgdiam/gdiam.hpp
===================================================================
--- brlcad/trunk/src/other/libgdiam/gdiam.hpp   2013-08-07 19:54:49 UTC (rev 
56679)
+++ brlcad/trunk/src/other/libgdiam/gdiam.hpp   2013-08-07 21:06:06 UTC (rev 
56680)
@@ -43,7 +43,7 @@
 typedef  gdiam_real  * gdiam_point;
 typedef  const gdiam_real  * gdiam_point_cnt;
 
-#define SMALL_DOUBLE 1.0e-37
+#define SMALL_DOUBLE 1.0e-6
 #define GDIAM_NEAR_ZERO(val) (((val) > - SMALL_DOUBLE) && ((val) < 
SMALL_DOUBLE))
 
 

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