Revision: 73211
          http://sourceforge.net/p/brlcad/code/73211
Author:   starseeker
Date:     2019-05-30 12:36:25 +0000 (Thu, 30 May 2019)
Log Message:
-----------
initialize

Modified Paths:
--------------
    brlcad/trunk/src/libbrep/cdt.cpp

Modified: brlcad/trunk/src/libbrep/cdt.cpp
===================================================================
--- brlcad/trunk/src/libbrep/cdt.cpp    2019-05-30 11:39:47 UTC (rev 73210)
+++ brlcad/trunk/src/libbrep/cdt.cpp    2019-05-30 12:36:25 UTC (rev 73211)
@@ -983,7 +983,8 @@
 
         // Get distance tolerances from the surface sizes
         fastf_t max_dist = 0.0;
-        fastf_t min_dist, mw, mh;
+        fastf_t min_dist = DBL_MAX;
+       fastf_t mw, mh;
         fastf_t md1, md2 = 0.0;
         double sw1, sh1, sw2, sh2;
         const ON_Surface *s1 = trim1.Face()->SurfaceOf();

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