Skip to content

Commit

Permalink
Backport r5377
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jan 8, 2009
1 parent 0e93f42 commit 2a419fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scipy/weave/blitz_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
{
blitz::TinyVector<int,N> shape(0);
blitz::TinyVector<int,N> strides(0);
int stride_acc = 1;
//for (int i = N-1; i >=0; i--)
for (int i = 0; i < N; i++)
{
Expand All @@ -45,7 +44,6 @@
blitz::TinyVector<int,N> shape(0);
blitz::TinyVector<int,N> strides(0);
int stride_acc = 1;
//for (int i = N-1; i >=0; i--)
for (int i = 0; i < N; i++)
{
Expand Down

0 comments on commit 2a419fc

Please sign in to comment.