Revision: 56902
          http://sourceforge.net/p/brlcad/code/56902
Author:   brlcad
Date:     2013-08-16 19:29:15 +0000 (Fri, 16 Aug 2013)
Log Message:
-----------
might as well initialize both for good measure

Modified Paths:
--------------
    brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c

Modified: brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c
===================================================================
--- brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c        2013-08-16 
19:27:59 UTC (rev 56901)
+++ brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c        2013-08-16 
19:29:15 UTC (rev 56902)
@@ -33,7 +33,7 @@
 
 
 /* holds three polynomials to be used in test. */
-bn_poly_t input[2];
+bn_poly_t input[2] = { BN_POLY_INIT_ZERO, BN_POLY_INIT_ZERO };
 bn_poly_t quo[1] = { BN_POLY_INIT_ZERO };
 bn_poly_t rem[1] = { BN_POLY_INIT_ZERO };
 

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to