Revision: 55604
          http://sourceforge.net/p/brlcad/code/55604
Author:   carlmoore
Date:     2013-05-30 13:42:42 +0000 (Thu, 30 May 2013)
Log Message:
-----------
implement help via h and ?; h for high-res is replaced by 's 1024'

Modified Paths:
--------------
    brlcad/trunk/src/util/pixrot.c

Modified: brlcad/trunk/src/util/pixrot.c
===================================================================
--- brlcad/trunk/src/util/pixrot.c      2013-05-30 05:33:57 UTC (rev 55603)
+++ brlcad/trunk/src/util/pixrot.c      2013-05-30 13:42:42 UTC (rev 55604)
@@ -73,7 +73,7 @@
 {
     int c;
 
-    while ((c = bu_getopt(argc, argv, "fbrih#:s:w:n:S:W:N:")) != -1) {
+    while ((c = bu_getopt(argc, argv, "fbri#:s:w:n:S:W:N:h?")) != -1) {
        switch (c) {
            case 'f':
                minus90++;
@@ -90,10 +90,6 @@
            case '#':
                pixbytes = atoi(bu_optarg);
                break;
-           case 'h':
-               /* high-res */
-               nxin = nyin = 1024;
-               break;
            case 'S':
            case 's':
                /* square size */

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

Reply via email to