Revision: 44736
http://brlcad.svn.sourceforge.net/brlcad/?rev=44736&view=rev
Author: erikgreenwald
Date: 2011-06-06 16:46:47 +0000 (Mon, 06 Jun 2011)
Log Message:
-----------
add 9 to the getopt list and break after setting use_bottess
Modified Paths:
--------------
brlcad/trunk/src/conv/g-egg.c
Modified: brlcad/trunk/src/conv/g-egg.c
===================================================================
--- brlcad/trunk/src/conv/g-egg.c 2011-06-06 13:49:03 UTC (rev 44735)
+++ brlcad/trunk/src/conv/g-egg.c 2011-06-06 16:46:47 UTC (rev 44736)
@@ -233,7 +233,7 @@
BU_LIST_INIT(&rt_g.rtg_vlfree); /* for vlist macros */
/* Get command line arguments. */
- while ((i = bu_getopt(argc, argv, "a:b8n:o:r:vx:D:P:X:i")) != -1) {
+ while ((i = bu_getopt(argc, argv, "a:b89n:o:r:vx:D:P:X:i")) != -1) {
switch (i) {
case 'a': /* Absolute tolerance. */
ttol.abs = atof(bu_optarg);
@@ -276,6 +276,7 @@
break;
case '9':
use_bottess = 1;
+ break;
case '?':
bu_log("Unknown argument: \"%c\"\n", i);
default:
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today.
http://p.sf.net/sfu/quest-dev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits