Revision: 41182
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41182&view=rev
Author:   brlcad
Date:     2010-10-29 18:38:54 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
lower the minus a smidgen

Modified Paths:
--------------
    brlcad/trunk/src/conv/iges/extrudcon.c

Modified: brlcad/trunk/src/conv/iges/extrudcon.c
===================================================================
--- brlcad/trunk/src/conv/iges/extrudcon.c      2010-10-29 18:38:00 UTC (rev 
41181)
+++ brlcad/trunk/src/conv/iges/extrudcon.c      2010-10-29 18:38:54 UTC (rev 
41182)
@@ -107,7 +107,7 @@
 
     /* Check for closure */
 
-    if ( !NEAR_ZERO(start[X] - stop[X], SMALL-FASTF) || !NEAR_ZERO(start[Y] - 
stop[Y], SMALL_FASTF) )
+    if ( !NEAR_ZERO(start[X] - stop[X], SMALL_FASTF) || !NEAR_ZERO(start[Y] - 
stop[Y], SMALL_FASTF) )
     {
        bu_log( "Conic arc for extrusion is not closed:\n" );
        bu_log( "\textrusion entity D%07d (%s)\n", dir[entityno]->direct ,


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to