Revision: 41827
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41827&view=rev
Author:   brlcad
Date:     2010-12-29 02:02:56 +0000 (Wed, 29 Dec 2010)

Log Message:
-----------
%lf is not c90, so fall back down to %f

Modified Paths:
--------------
    brlcad/trunk/src/libbn/bntester.c

Modified: brlcad/trunk/src/libbn/bntester.c
===================================================================
--- brlcad/trunk/src/libbn/bntester.c   2010-12-29 02:01:09 UTC (rev 41826)
+++ brlcad/trunk/src/libbn/bntester.c   2010-12-29 02:02:56 UTC (rev 41827)
@@ -375,7 +375,7 @@
                                     if (!NEAR_ZERO(result - d[9], 
VUNITIZE_TOL)) {
                                         ret = 1;
                                         failed_cnt++;
-                                        (void)fprintf(stream, "Failed function 
%lu test case on line %lu expected = %.15lf result = %.15lf\n",
+                                        (void)fprintf(stream, "Failed function 
%lu test case on line %lu expected = %.15f result = %.15f\n",
                                                u[0], line_num, d[9], result); 
                                     } else {
                                         success_cnt++;


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

Reply via email to