Revision: 41385
http://brlcad.svn.sourceforge.net/brlcad/?rev=41385&view=rev
Author: brlcad
Date: 2010-11-16 19:54:30 +0000 (Tue, 16 Nov 2010)
Log Message:
-----------
segp is marked as a bu_list at this point, so don't call RT_CK_SEG(). just
mark param unused.
Modified Paths:
--------------
brlcad/trunk/src/libged/solids_on_ray.c
Modified: brlcad/trunk/src/libged/solids_on_ray.c
===================================================================
--- brlcad/trunk/src/libged/solids_on_ray.c 2010-11-16 19:48:27 UTC (rev
41384)
+++ brlcad/trunk/src/libged/solids_on_ray.c 2010-11-16 19:54:30 UTC (rev
41385)
@@ -70,15 +70,13 @@
* piercing the torus twice.
*/
static int
-ged_rpt_hits_mike(struct application *ap, struct partition *PartHeadp, struct
seg *segp)
+ged_rpt_hits_mike(struct application *ap, struct partition *PartHeadp, struct
seg *UNUSED(segp))
{
struct partition *pp;
int len;
char **list;
int i;
- if (segp) RT_CK_SEG(segp);
-
len = rt_partition_len(PartHeadp) + 2;
list = (char **)bu_calloc(len, sizeof(char *), "hit list[]");
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits