Revision: 56919
          http://sourceforge.net/p/brlcad/code/56919
Author:   tbrowder2
Date:     2013-08-17 23:04:57 +0000 (Sat, 17 Aug 2013)
Log Message:
-----------
rem is an array of size 1

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-17 
23:02:48 UTC (rev 56918)
+++ brlcad/trunk/src/libbn/tests/bn_poly_synthetic_div.c        2013-08-17 
23:04:57 UTC (rev 56919)
@@ -49,7 +49,7 @@
      * coefficients.
      */
     input[0].dgr = 3;
-    quo[0].dgr = rem[1].dgr = 4;
+    quo[0].dgr = rem[0].dgr = 4;
 
     input[0].cf[0] = -4, input[0].cf[1] = -3, input[0].cf[2] = -2, 
input[0].cf[3] = -38;/* input coeff */
 

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