Revision: 6698
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6698&view=rev
Author:   jdh2358
Date:     2008-12-23 16:06:15 +0000 (Tue, 23 Dec 2008)

Log Message:
-----------
fixed a bug in the nsorted changes

Modified Paths:
--------------
    trunk/py4science/examples/pyrex/trailstats/ringbufnan.c

Modified: trunk/py4science/examples/pyrex/trailstats/ringbufnan.c
===================================================================
--- trunk/py4science/examples/pyrex/trailstats/ringbufnan.c     2008-12-23 
01:06:18 UTC (rev 6697)
+++ trunk/py4science/examples/pyrex/trailstats/ringbufnan.c     2008-12-23 
16:06:15 UTC (rev 6698)
@@ -376,7 +376,7 @@
     rb_ptr = new_ringbuf(nrb);
     for (i = 0; i < npad; i++)
     {
-        nsorted[j*step] = ringbuf_add(rb_ptr, data[i*step]);
+        nsorted[i*step] = ringbuf_add(rb_ptr, data[i*step]);
     }
     for (j=0; j<nd; i++, j++)
     {


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

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to