Revision: 48512
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48512&view=rev
Author:   bob1961
Date:     2012-01-12 16:16:51 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
run 6, CID 1811, UNINIT.

Modified Paths:
--------------
    brlcad/trunk/src/shapes/gastank.c

Modified: brlcad/trunk/src/shapes/gastank.c
===================================================================
--- brlcad/trunk/src/shapes/gastank.c   2012-01-12 16:12:34 UTC (rev 48511)
+++ brlcad/trunk/src/shapes/gastank.c   2012-01-12 16:16:51 UTC (rev 48512)
@@ -44,7 +44,9 @@
     /* START # 1 */
     struct rt_wdb *fpw;                /* File to be written to. */
     char filemged[26];         /* Mged file create. */
-    double hgt, wid, dpt;      /* Height, width, & depth of gas tank. */
+    double hgt=0;              /* Height, width, & depth of gas tank. */
+    double wid=0;
+    double dpt=0;
     double rds;                        /* Radius of the corner of gas tank. */
     point_t pts[8];            /* Points for arb8. */
     point_t bs;                        /* Base of cylinder. */

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


------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to