Revision: 55293
http://sourceforge.net/p/brlcad/code/55293
Author: carlmoore
Date: 2013-05-02 15:52:35 +0000 (Thu, 02 May 2013)
Log Message:
-----------
simplify by letting h and ? go to 'default'
Modified Paths:
--------------
brlcad/trunk/src/sig/dfft.c
Modified: brlcad/trunk/src/sig/dfft.c
===================================================================
--- brlcad/trunk/src/sig/dfft.c 2013-05-02 15:47:49 UTC (rev 55292)
+++ brlcad/trunk/src/sig/dfft.c 2013-05-02 15:52:35 UTC (rev 55293)
@@ -75,8 +75,6 @@
int L = 1024;
while ((c = bu_getopt(argc, argv, "d:clpLANh?")) != -1) {
- if (bu_optopt == '?')
- c='h';
switch (c) {
case 'd': mindB = -atof(bu_optarg); break;
case 'c': cflag++; break;
@@ -85,7 +83,6 @@
case 'L': linear_output++; break;
case 'A': ascii_output++; break;
case 'N': normalize_output++; break;
- case 'h': printf("%s", usage); return EXIT_SUCCESS;
default: bu_exit(1, "%s", usage);
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits