Revision: 52648
http://brlcad.svn.sourceforge.net/brlcad/?rev=52648&view=rev
Author: brlcad
Date: 2012-10-02 02:51:50 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
the math constants are fastf_t, not doubles
Modified Paths:
--------------
brlcad/trunk/include/bn.h
Modified: brlcad/trunk/include/bn.h
===================================================================
--- brlcad/trunk/include/bn.h 2012-10-02 01:32:20 UTC (rev 52647)
+++ brlcad/trunk/include/bn.h 2012-10-02 02:51:50 UTC (rev 52648)
@@ -1471,16 +1471,16 @@
/*----------------------------------------------------------------------*/
-/* const.c */
-BN_EXPORT extern const double bn_pi;
-BN_EXPORT extern const double bn_twopi;
-BN_EXPORT extern const double bn_halfpi;
-BN_EXPORT extern const double bn_invpi;
-BN_EXPORT extern const double bn_inv2pi;
-BN_EXPORT extern const double bn_inv255;
-BN_EXPORT extern const double bn_degtorad;
-BN_EXPORT extern const double bn_radtodeg;
+BN_EXPORT extern const fastf_t bn_pi;
+BN_EXPORT extern const fastf_t bn_twopi;
+BN_EXPORT extern const fastf_t bn_halfpi;
+BN_EXPORT extern const fastf_t bn_invpi;
+BN_EXPORT extern const fastf_t bn_inv2pi;
+BN_EXPORT extern const fastf_t bn_inv255;
+BN_EXPORT extern const fastf_t bn_degtorad;
+BN_EXPORT extern const fastf_t bn_radtodeg;
+
/*----------------------------------------------------------------------*/
/* tabdata.c */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits