Revision: 41069
http://brlcad.svn.sourceforge.net/brlcad/?rev=41069&view=rev
Author: brlcad
Date: 2010-10-19 00:15:24 +0000 (Tue, 19 Oct 2010)
Log Message:
-----------
more quellage to fix build. unused vars.
Modified Paths:
--------------
brlcad/trunk/src/librt/mkbundle.c
Modified: brlcad/trunk/src/librt/mkbundle.c
===================================================================
--- brlcad/trunk/src/librt/mkbundle.c 2010-10-19 00:13:29 UTC (rev 41068)
+++ brlcad/trunk/src/librt/mkbundle.c 2010-10-19 00:15:24 UTC (rev 41069)
@@ -102,8 +102,6 @@
int
rt_gen_circular_grid(struct xrays *rays, const struct xray *center_ray,
fastf_t radius, const fastf_t *up_vector, fastf_t gridsize)
{
- int count = 0;
- point_t C;
vect_t dir;
vect_t avec;
vect_t bvec;
@@ -146,9 +144,6 @@
fastf_t b = MAGNITUDE(bvec);
fastf_t x,y;
- int numrays = ((int)((2.0 * a) / gridsize) + 1)*((int)((2.0 * b) /
gridsize) + 1);
-
- int first = 1;
int acpr = a / gridsize;
int bcpr = b / gridsize;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits