Revision: 75926
http://sourceforge.net/p/brlcad/code/75926
Author: starseeker
Date: 2020-05-25 18:26:00 +0000 (Mon, 25 May 2020)
Log Message:
-----------
initialize
Modified Paths:
--------------
brlcad/trunk/src/libged/bot/extrude.cpp
Modified: brlcad/trunk/src/libged/bot/extrude.cpp
===================================================================
--- brlcad/trunk/src/libged/bot/extrude.cpp 2020-05-25 18:24:27 UTC (rev
75925)
+++ brlcad/trunk/src/libged/bot/extrude.cpp 2020-05-25 18:26:00 UTC (rev
75926)
@@ -152,7 +152,7 @@
point_t pnts[6];
point_t pf[3];
vect_t pv1[3], pv2[3];
- vect_t n;
+ vect_t n = VINIT_ZERO;
bot_face_normal(&n, bot, i);
for (int j = 0; j < 3; j++) {
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