Revision: 41747
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41747&view=rev
Author:   starseeker
Date:     2010-12-21 21:23:20 +0000 (Tue, 21 Dec 2010)

Log Message:
-----------
OK, cheat - we must export these for rtshot on Windows, but they're not part of 
the public API, so put the export stuff in the C file next to the functions, to 
be removed when they are.

Modified Paths:
--------------
    brlcad/branches/cmake/src/librt/bundle.c
    brlcad/branches/cmake/src/librt/mkbundle.c

Modified: brlcad/branches/cmake/src/librt/bundle.c
===================================================================
--- brlcad/branches/cmake/src/librt/bundle.c    2010-12-21 20:53:23 UTC (rev 
41746)
+++ brlcad/branches/cmake/src/librt/bundle.c    2010-12-21 21:23:20 UTC (rev 
41747)
@@ -96,6 +96,8 @@
 
 /* XXX maybe parameter with NORM, UV, CURVE bits? */
 
+RT_EXPORT BU_EXTERN(int rt_shootray_bundle, (register struct application *ap, 
struct xray *rays, int nrays));
+
 int
 rt_shootray_bundle(register struct application *ap, struct xray *rays, int 
nrays)
 {

Modified: brlcad/branches/cmake/src/librt/mkbundle.c
===================================================================
--- brlcad/branches/cmake/src/librt/mkbundle.c  2010-12-21 20:53:23 UTC (rev 
41746)
+++ brlcad/branches/cmake/src/librt/mkbundle.c  2010-12-21 21:23:20 UTC (rev 
41747)
@@ -52,6 +52,8 @@
  *
  * XXX Should we require a and b as inputs, for efficiency?
  */
+RT_EXPORT BU_EXTERN(int rt_raybundle_maker,(struct xray *rp, double radius, 
const fastf_t *avec, const fastf_t *bvec, int rays_per_ring, int nring));
+
 int
 rt_raybundle_maker(struct xray *rp, double radius, const fastf_t *avec, const 
fastf_t *bvec, int rays_per_ring, int nring)
 {


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

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to