Revision: 56800
http://sourceforge.net/p/brlcad/code/56800
Author: carlmoore
Date: 2013-08-13 18:07:21 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
removed 's:' from bu_getopt argument string, because it is unused
Modified Paths:
--------------
brlcad/trunk/src/conv/euclid/g-euclid.c
Modified: brlcad/trunk/src/conv/euclid/g-euclid.c
===================================================================
--- brlcad/trunk/src/conv/euclid/g-euclid.c 2013-08-13 18:06:49 UTC (rev
56799)
+++ brlcad/trunk/src/conv/euclid/g-euclid.c 2013-08-13 18:07:21 UTC (rev
56800)
@@ -522,7 +522,7 @@
BU_LIST_INIT(&RTG.rtg_vlfree); /* for vlist macros */
/* Get command line arguments. */
- while ((c = bu_getopt(argc, argv, "a:n:o:r:s:vx:P:X:h?")) != -1) {
+ while ((c = bu_getopt(argc, argv, "a:n:o:r:vx:P:X:h?")) != -1) {
switch (c) {
case 'a': /* Absolute tolerance. */
ttol.abs = atof(bu_optarg);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits