Revision: 70133
          http://sourceforge.net/p/brlcad/code/70133
Author:   brlcad
Date:     2017-08-27 15:24:29 +0000 (Sun, 27 Aug 2017)
Log Message:
-----------
apparently we really need the class callback or the primitive can disappear... 
this fixes regress-solids.

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/table.cpp

Modified: brlcad/trunk/src/librt/primitives/table.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/table.cpp 2017-08-25 21:11:09 UTC (rev 
70132)
+++ brlcad/trunk/src/librt/primitives/table.cpp 2017-08-27 15:24:29 UTC (rev 
70133)
@@ -1364,7 +1364,7 @@
        NULL, /* piece_hitsegs */
        RTFUNCTAB_FUNC_UV_CAST(rt_dsp_uv),
        RTFUNCTAB_FUNC_CURVE_CAST(rt_dsp_curve),
-       NULL, /* class */
+       RTFUNCTAB_FUNC_CLASS_CAST(rt_generic_class),
        RTFUNCTAB_FUNC_FREE_CAST(rt_dsp_free),
        RTFUNCTAB_FUNC_PLOT_CAST(rt_dsp_plot),
        NULL, /* adaptive_plot */

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