Revision: 56292
          http://sourceforge.net/p/brlcad/code/56292
Author:   brlcad
Date:     2013-07-28 16:20:21 +0000 (Sun, 28 Jul 2013)
Log Message:
-----------
not yet supported, not yet an option

Modified Paths:
--------------
    brlcad/trunk/src/libged/bev.c

Modified: brlcad/trunk/src/libged/bev.c
===================================================================
--- brlcad/trunk/src/libged/bev.c       2013-07-28 16:16:17 UTC (rev 56291)
+++ brlcad/trunk/src/libged/bev.c       2013-07-28 16:20:21 UTC (rev 56292)
@@ -79,7 +79,7 @@
 int
 ged_bev(struct ged *gedp, int argc, const char *argv[])
 {
-    static const char *usage = "[P|t] new_obj obj1 op obj2 op obj3 ...";
+    static const char *usage = "[-t] new_obj obj1 op obj2 op obj3 ...";
 
     int i;
     int c;
@@ -127,14 +127,8 @@
 
     /* Parse options. */
     bu_optind = 1;             /* re-init bu_getopt() */
-    while ((c=bu_getopt(argc, (char * const *)argv, "tP:")) != -1) {
+    while ((c=bu_getopt(argc, (char * const *)argv, "t")) != -1) {
        switch (c) {
-           case 'P':
-#if 0
-               /* not yet supported */
-               ncpu = atoi(bu_optarg);
-#endif
-               break;
            case 't':
                triangulate = 1;
                break;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to