Revision: 78179
          http://sourceforge.net/p/brlcad/code/78179
Author:   starseeker
Date:     2021-02-04 20:14:43 +0000 (Thu, 04 Feb 2021)
Log Message:
-----------
initialize

Modified Paths:
--------------
    brlcad/trunk/src/libanalyze/util.cpp

Modified: brlcad/trunk/src/libanalyze/util.cpp
===================================================================
--- brlcad/trunk/src/libanalyze/util.cpp        2021-02-04 19:53:57 UTC (rev 
78178)
+++ brlcad/trunk/src/libanalyze/util.cpp        2021-02-04 20:14:43 UTC (rev 
78179)
@@ -81,7 +81,8 @@
 extern "C" int
 analyze_get_bbox_rays(fastf_t **rays, point_t min, point_t max, struct bn_tol 
*tol)
 {
-    int ret, count;
+    int ret = 0;
+    int count = 0;
     point_t mid;
     struct rt_pattern_data *xdata = NULL;
     struct rt_pattern_data *ydata = NULL;

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