Revision: 57066
          http://sourceforge.net/p/brlcad/code/57066
Author:   carlmoore
Date:     2013-08-22 15:21:24 +0000 (Thu, 22 Aug 2013)
Log Message:
-----------
remove a set of braces, and a mistakenly-inserted brace is changed to bracket 
in Usage statement

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 14:44:26 UTC (rev 57065)
+++ brlcad/trunk/src/conv/nmg/g-nmg.c   2013-08-22 15:21:24 UTC (rev 57066)
@@ -46,7 +46,7 @@
 
 extern union tree *do_region_end(struct db_tree_state *tsp, const struct 
db_full_path *pathp, union tree *curtree, genptr_t client_data);
 
-static char    usage[] = "Usage: %s [-v] [-b] [-xX lvl] [-a abs_tol] [-r 
rel_tol] [-t dist_tol] [-n norm_tol] [-P} [-o out_file] brlcad_db.g 
object(s)\n";
+static char    usage[] = "Usage: %s [-v] [-b] [-xX lvl] [-a abs_tol] [-r 
rel_tol] [-t dist_tol] [-n norm_tol] [-P] [-o out_file] brlcad_db.g 
object(s)\n";
 
 static char    *tok_sep = " \t";
 static int     NMG_debug;              /* saved arg of -X, for longjmp 
handling */
@@ -212,9 +212,8 @@
        }
 
        /* kill zero length edgeuses */
-       if (!empty_region) {
+       if (!empty_region)
            empty_model = nmg_kill_zero_length_edgeuses(*tsp->ts_m);
-       }
 
        if (!empty_region && !empty_model) {
            /* Write the nmgregion to the output file */

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