Revision: 55172
http://brlcad.svn.sourceforge.net/brlcad/?rev=55172&view=rev
Author: brlcad
Date: 2013-04-17 18:53:46 +0000 (Wed, 17 Apr 2013)
Log Message:
-----------
similarly, try maxdouble before float. this will probably warrant some TLC to
get single precision clean again.
Modified Paths:
--------------
brlcad/trunk/include/bu.h
Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h 2013-04-17 18:51:02 UTC (rev 55171)
+++ brlcad/trunk/include/bu.h 2013-04-17 18:53:46 UTC (rev 55172)
@@ -1277,6 +1277,8 @@
# define INFINITY ((fastf_t)HUGE_VALF)
# elif defined(HUGE)
# define INFINITY ((fastf_t)HUGE)
+# elif defined(MAXDOUBLE)
+# define INFINITY ((fastf_t)MAXDOUBLE)
# elif defined(MAXFLOAT)
# define INFINITY ((fastf_t)MAXFLOAT)
# else
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits