Revision: 69096
          http://sourceforge.net/p/brlcad/code/69096
Author:   starseeker
Date:     2016-10-16 23:05:40 +0000 (Sun, 16 Oct 2016)
Log Message:
-----------
sketch uses this - properly declare it.

Modified Paths:
--------------
    brlcad/trunk/include/nmg.h
    brlcad/trunk/src/librt/primitives/sketch/sketch.c

Modified: brlcad/trunk/include/nmg.h
===================================================================
--- brlcad/trunk/include/nmg.h  2016-10-16 23:02:00 UTC (rev 69095)
+++ brlcad/trunk/include/nmg.h  2016-10-16 23:05:40 UTC (rev 69096)
@@ -2796,6 +2796,9 @@
                                            int o_stride, int n_stride,
                                            int lower, int upper, int pt_type);
 
+/* nurb_tess.c */
+RT_EXPORT extern fastf_t rt_cnurb_par_edge(const struct edge_g_cnurb *crv, 
fastf_t epsilon);
+
 __END_DECLS
 
 #endif /* NMG_H */

Modified: brlcad/trunk/src/librt/primitives/sketch/sketch.c
===================================================================
--- brlcad/trunk/src/librt/primitives/sketch/sketch.c   2016-10-16 23:02:00 UTC 
(rev 69095)
+++ brlcad/trunk/src/librt/primitives/sketch/sketch.c   2016-10-16 23:05:40 UTC 
(rev 69096)
@@ -47,7 +47,6 @@
 #include "../../librt_private.h"
 
 
-fastf_t rt_cnurb_par_edge(const struct edge_g_cnurb *crv, fastf_t epsilon);
 extern void get_indices(void *seg, int *start, int *end);      /* from 
g_extrude.c */
 
 

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to