Revision: 44813
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44813&view=rev
Author:   brlcad
Date:     2011-06-08 04:21:29 +0000 (Wed, 08 Jun 2011)

Log Message:
-----------
can't use vmath because it'd be a new library dep and fft is self-contained, 
but we can use more precision on M_PI

Modified Paths:
--------------
    brlcad/trunk/include/fft.h

Modified: brlcad/trunk/include/fft.h
===================================================================
--- brlcad/trunk/include/fft.h  2011-06-08 01:06:28 UTC (rev 44812)
+++ brlcad/trunk/include/fft.h  2011-06-08 04:21:29 UTC (rev 44813)
@@ -26,7 +26,7 @@
 #include <math.h>
 
 #ifndef M_PI
-#  define M_PI 3.141592653589793238462643
+#  define M_PI 3.14159265358979323846264338328
 #endif
 #ifndef M_SQRT1_2
 #  define M_SQRT1_2 0.70710678118654752440084436210


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to