Revision: 44869
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44869&view=rev
Author:   brlcad
Date:     2011-06-09 12:34:21 +0000 (Thu, 09 Jun 2011)

Log Message:
-----------
no longer need the forward decls for rt_ell_ang() since it's in librt_private.h

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/ehy/ehy.c
    brlcad/trunk/src/librt/primitives/hyp/hyp.c

Modified: brlcad/trunk/src/librt/primitives/ehy/ehy.c
===================================================================
--- brlcad/trunk/src/librt/primitives/ehy/ehy.c 2011-06-09 12:31:54 UTC (rev 
44868)
+++ brlcad/trunk/src/librt/primitives/ehy/ehy.c 2011-06-09 12:34:21 UTC (rev 
44869)
@@ -164,9 +164,6 @@
 #include "../../librt_private.h"
 
 
-extern fastf_t rt_ell_ang(fastf_t *, fastf_t, fastf_t, fastf_t, fastf_t);
-
-
 struct ehy_specific {
     point_t ehy_V;     /* vector to ehy origin */
     vect_t ehy_Hunit;  /* unit H vector */

Modified: brlcad/trunk/src/librt/primitives/hyp/hyp.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hyp/hyp.c 2011-06-09 12:31:54 UTC (rev 
44868)
+++ brlcad/trunk/src/librt/primitives/hyp/hyp.c 2011-06-09 12:34:21 UTC (rev 
44869)
@@ -44,10 +44,9 @@
 #include "raytrace.h"
 #include "rtgeom.h"
 
+#include "../../librt_private.h"
 
-extern fastf_t rt_ell_ang(fastf_t *, fastf_t, fastf_t, fastf_t, fastf_t);
 
-
 /* ray tracing form of solid, including precomputed terms */
 struct hyp_specific {
     point_t hyp_V;     /* scaled vector to hyp origin */


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to