Revision: 57080
          http://sourceforge.net/p/brlcad/code/57080
Author:   starseeker
Date:     2013-08-22 20:47:50 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
Fix build error

Modified Paths:
--------------
    brlcad/trunk/src/conv/nmg/g-nmg.c

Modified: brlcad/trunk/src/conv/nmg/g-nmg.c
===================================================================
--- brlcad/trunk/src/conv/nmg/g-nmg.c   2013-08-22 20:03:04 UTC (rev 57079)
+++ brlcad/trunk/src/conv/nmg/g-nmg.c   2013-08-22 20:47:50 UTC (rev 57080)
@@ -534,7 +534,7 @@
     db_close(dbip);
 
     if (regions_tried > 0)
-       percent = (double)regions_converted * 100.0) / (double)regions_tried;
+       percent = ((double)regions_converted * 100.0) / (double)regions_tried;
     else
        percent = 100.0;
 

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to