Revision: 41816
http://brlcad.svn.sourceforge.net/brlcad/?rev=41816&view=rev
Author: brlcad
Date: 2010-12-28 20:01:03 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
don't worry about bidirectionality
Modified Paths:
--------------
brlcad/trunk/include/vmath.h
Modified: brlcad/trunk/include/vmath.h
===================================================================
--- brlcad/trunk/include/vmath.h 2010-12-28 18:59:30 UTC (rev 41815)
+++ brlcad/trunk/include/vmath.h 2010-12-28 20:01:03 UTC (rev 41816)
@@ -305,7 +305,7 @@
* Return truthfully whether two values are within a specified epsilon
* distance from each other.
*/
-#define NEAR_EQUAL(_a, _b, _tol) NEAR_ZERO((_a) - (_b), (_tol)) ||
NEAR_ZERO((_b) - (_a), (_tol))
+#define NEAR_EQUAL(_a, _b, _tol) NEAR_ZERO((_a) - (_b), (_tol))
/**
* Return truthfully whether two vectors are approximately equal,
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