Revision: 56819
          http://sourceforge.net/p/brlcad/code/56819
Author:   mohitdaga
Date:     2013-08-13 22:40:44 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
-h option no longer means higher resolution images. It points to help regarding 
utility.

Modified Paths:
--------------
    brlcad/trunk/src/util/bwrect.c
    brlcad/trunk/src/util/pixrect.c

Modified: brlcad/trunk/src/util/bwrect.c
===================================================================
--- brlcad/trunk/src/util/bwrect.c      2013-08-13 22:39:46 UTC (rev 56818)
+++ brlcad/trunk/src/util/bwrect.c      2013-08-13 22:40:44 UTC (rev 56819)
@@ -79,8 +79,6 @@
            out_file = bu_optarg;
            break;
            case 'h' :
-           iny = inx = 1024;
-           break;
            default : /* '?' */
            return 0;
        }

Modified: brlcad/trunk/src/util/pixrect.c
===================================================================
--- brlcad/trunk/src/util/pixrect.c     2013-08-13 22:39:46 UTC (rev 56818)
+++ brlcad/trunk/src/util/pixrect.c     2013-08-13 22:40:44 UTC (rev 56819)
@@ -78,12 +78,10 @@
            case 'o':
            out_file = bu_optarg;
            break;
-           case 'h' :
-           iny = inx = 1024;
-           break;
            case '#' :
            bu_log("pixrect: bytes per pixel is not supported.\n");
            return 0;
+           case 'h' :
            default : /* '?' */
            return 0;
        }

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

Reply via email to