Revision: 41843
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41843&view=rev
Author:   erikgreenwald
Date:     2010-12-29 21:14:50 +0000 (Wed, 29 Dec 2010)

Log Message:
-----------
de-HIDDEN rt_bot_makesegs() so btg.c can call it (didn't show up in debug 
build, but does in optimized)

Modified Paths:
--------------
    brlcad/branches/bottie/src/librt/primitives/bot/bot.c

Modified: brlcad/branches/bottie/src/librt/primitives/bot/bot.c
===================================================================
--- brlcad/branches/bottie/src/librt/primitives/bot/bot.c       2010-12-29 
20:47:14 UTC (rev 41842)
+++ brlcad/branches/bottie/src/librt/primitives/bot/bot.c       2010-12-29 
21:14:50 UTC (rev 41843)
@@ -69,7 +69,7 @@
 
 
 /* forward declarations needed for the included routines below */
-HIDDEN int
+int
 rt_bot_makesegs(
     struct hit *hits,
     int nhits,
@@ -263,7 +263,7 @@
  * Given an array of hits, make segments out of them.  Exactly how
  * this is to be done depends on the mode of the BoT.
  */
-HIDDEN int
+int
 rt_bot_makesegs(struct hit *hits, int nhits, struct soltab *stp, struct xray 
*rp, struct application *ap, struct seg *seghead, struct rt_piecestate *psp)
 {
     struct bot_specific *bot = (struct bot_specific *)stp->st_specific;


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to