Revision: 56813
http://sourceforge.net/p/brlcad/code/56813
Author: carlmoore
Date: 2013-08-13 21:22:59 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
implement h?, and add P to the Usage
Modified Paths:
--------------
brlcad/trunk/src/conv/euclid/g-euclid1.c
Modified: brlcad/trunk/src/conv/euclid/g-euclid1.c
===================================================================
--- brlcad/trunk/src/conv/euclid/g-euclid1.c 2013-08-13 21:21:39 UTC (rev
56812)
+++ brlcad/trunk/src/conv/euclid/g-euclid1.c 2013-08-13 21:22:59 UTC (rev
56813)
@@ -40,9 +40,8 @@
#include "rtgeom.h"
#include "raytrace.h"
+static char usage[] = "Usage: %s [-v] [-s alarm_seconds] [-xX lvl] [-a
abs_tol] [-r rel_tol] [-n norm_tol] [-P #_of_CPUs] brlcad_db.g object(s)\n";
-static char usage[] = "Usage: %s [-v] [-s alarm_seconds] [-xX lvl] [-a
abs_tol] [-r rel_tol] [-n norm_tol] brlcad_db.g object(s)\n";
-
static int NMG_debug; /* saved arg of -X, for longjmp
handling */
static int verbose;
/* static int ncpu = 1; */ /* Number of processors */
@@ -619,7 +618,7 @@
rt_init_resource( &rt_uniresource, 0, NULL );
/* Get command line arguments. */
- while ((c = bu_getopt(argc, argv, "a:n:r:s:vx:P:X:")) != -1) {
+ while ((c = bu_getopt(argc, argv, "a:n:r:s:vx:P:X:h?")) != -1) {
switch (c) {
case 's':
alarm_secs = atoi( 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