Revision: 54163
http://brlcad.svn.sourceforge.net/brlcad/?rev=54163&view=rev
Author: carlmoore
Date: 2013-01-11 19:37:22 +0000 (Fri, 11 Jan 2013)
Log Message:
-----------
oops, remove some debugging stuff which was not to be committed
Modified Paths:
--------------
brlcad/trunk/src/proc-db/brickwall.c
Modified: brlcad/trunk/src/proc-db/brickwall.c
===================================================================
--- brlcad/trunk/src/proc-db/brickwall.c 2013-01-11 19:25:55 UTC (rev
54162)
+++ brlcad/trunk/src/proc-db/brickwall.c 2013-01-11 19:37:22 UTC (rev
54163)
@@ -88,7 +88,6 @@
/* get all the option flags from the command line */
while ((c=bu_getopt(ac, av, options)) != -1)
-{printf("got c option= %c\n",c);
switch (c) {
case 'c':
if ((c=sscanf(bu_optarg, "%d/%d/%d",
@@ -110,9 +109,7 @@
units_conv = bu_units_conversion(bu_optarg);
break;
case 'D':
-printf("before: debug %d\n",debug);
debug = !debug;
-printf("after: debug %d\n",debug);
break;
case 't':
d=atof(bu_optarg);
@@ -155,7 +152,6 @@
usage("bad command line option\n");
break;
}
-}
brick_width *= units_conv;
brick_height *= units_conv;
@@ -334,10 +330,8 @@
if (parse_args(ac, av) < ac) usage("Excess command line arguments\n");
-printf("in main: debug %d\n", debug);
/* build the wall
-
if (debug)
fprintf(stderr,
"bw %g bh %g bd %g ww %g wh %g bn\"%s\"\n",
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits