Revision: 70271
          http://sourceforge.net/p/brlcad/code/70271
Author:   brlcad
Date:     2017-09-13 13:43:14 +0000 (Wed, 13 Sep 2017)
Log Message:
-----------
unint warning

Modified Paths:
--------------
    brlcad/trunk/src/libged/simulate/bullet/BulletSoftBody/btSoftBody.cpp

Modified: brlcad/trunk/src/libged/simulate/bullet/BulletSoftBody/btSoftBody.cpp
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/BulletSoftBody/btSoftBody.cpp       
2017-09-13 13:42:58 UTC (rev 70270)
+++ brlcad/trunk/src/libged/simulate/bullet/BulletSoftBody/btSoftBody.cpp       
2017-09-13 13:43:14 UTC (rev 70271)
@@ -381,6 +381,9 @@
        a.m_local                       =       localPivot;
        a.m_node->m_battach     =       1;
        a.m_influence = influence;
+        a.m_c0[0] = a.m_c0[1] = a.m_c0[2] = btVector3(0.0, 0.0, 0.0);
+        a.m_c1 = btVector3(0.0, 0.0, 0.0);
+        a.m_c2 = 0.0;
        m_anchors.push_back(a);
 }
 

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