Revision: 54490
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54490&view=rev
Author:   carlmoore
Date:     2013-02-26 19:41:33 +0000 (Tue, 26 Feb 2013)
Log Message:
-----------
use M_SQRT1_2

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/tube.c

Modified: brlcad/trunk/src/proc-db/tube.c
===================================================================
--- brlcad/trunk/src/proc-db/tube.c     2013-02-26 19:25:58 UTC (rev 54489)
+++ brlcad/trunk/src/proc-db/tube.c     2013-02-26 19:41:33 UTC (rev 54490)
@@ -54,7 +54,8 @@
     4, 4,      4
 };
 
-#define IRT2 0.70710678        /* 1/sqrt(2) */
+/* IRT2 had been defined to be 0.70710678 /*
+#define IRT2 M_SQRT1_2 /* 1/sqrt(2) */
 #define NCOLS 9
 /* When scaling, multiply only XYZ, not W */
 fastf_t polyline[NCOLS*4] = {

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to