Revision: 75312
          http://sourceforge.net/p/brlcad/code/75312
Author:   starseeker
Date:     2020-04-08 23:11:05 +0000 (Wed, 08 Apr 2020)
Log Message:
-----------
Fix initialization

Modified Paths:
--------------
    brlcad/trunk/src/libdm/osg-test.cpp

Modified: brlcad/trunk/src/libdm/osg-test.cpp
===================================================================
--- brlcad/trunk/src/libdm/osg-test.cpp 2020-04-08 22:07:29 UTC (rev 75311)
+++ brlcad/trunk/src/libdm/osg-test.cpp 2020-04-08 23:11:05 UTC (rev 75312)
@@ -78,7 +78,7 @@
     struct bu_list *plot_segments;
     struct rt_db_internal intern;
     const struct bn_tol tol = {BN_TOL_MAGIC, 0.0005, 0.0005 * 0.0005, 1e-6, 1 
- 1e-6};
-    const struct bg_tess_tol rttol = {BG_TESS_TOL_MAGIC, 0.0, 0.01, 0};
+    const struct bg_tess_tol rttol = {BG_TESS_TOL_MAGIC, 0.0, 0.01, 0.0, 0.0, 
0.0, 0.0, 0.0, 0.0, 0.0};
     RT_DB_INTERNAL_INIT(&intern);
     if (rt_db_get_internal(&intern, dp, dbip, mat, &rt_uniresource) < 0) {
        bu_exit(1, "ERROR: Unable to get internal representation of %s\n", 
dp->d_namep);

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to