Revision: 57188
          http://sourceforge.net/p/brlcad/code/57188
Author:   carlmoore
Date:     2013-08-27 21:53:30 +0000 (Tue, 27 Aug 2013)
Log Message:
-----------
minor formatting changes, including removal of a trailing blank

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

Modified: brlcad/trunk/src/conv/g-obj.c
===================================================================
--- brlcad/trunk/src/conv/g-obj.c       2013-08-27 21:15:59 UTC (rev 57187)
+++ brlcad/trunk/src/conv/g-obj.c       2013-08-27 21:53:30 UTC (rev 57188)
@@ -228,7 +228,7 @@
        printf("Tried %d regions, %d converted to NMG's successfully.  %g%%\n",
               regions_tried, regions_converted, percent);
        percent = ((double)regions_written * 100.0) / regions_tried;
-       printf("                  %d triangulated successfully. %g%%\n",
+       printf("                 %d triangulated successfully. %g%%\n",
               regions_written, percent);
     }
 
@@ -653,7 +653,7 @@
 
        npercent = (float)(regions_converted * 100) / regions_tried;
        tpercent = (float)(regions_written * 100) / regions_tried;
-       printf("Tried %d regions, %d conv. to NMG's %d conv. to tri. nmgper = 
%.2f%% triper = %.2f%% \n",
+       printf("Tried %d regions; %d conv. to NMG's, %d conv. to tri.; nmgper = 
%.2f%%, triper = %.2f%%\n",
               regions_tried, regions_converted, regions_written, npercent, 
tpercent);
     }
 

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


------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to