diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-09-16 04:48:54 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-16 04:48:54 +0000 |
commit | b62c8591689f0922f416d6a6565df3b6dbce942f (patch) | |
tree | 6ba8c4a48550d372e3b5c4aebd7c24bbe41a58d0 /scipy/base/code_generators/generate_umath.py | |
parent | d91b5b9e71527f94be2119299b2ed9c3e417dc4c (diff) | |
download | numpy-b62c8591689f0922f416d6a6565df3b6dbce942f.tar.gz |
Added _dotblas install
Diffstat (limited to 'scipy/base/code_generators/generate_umath.py')
-rw-r--r-- | scipy/base/code_generators/generate_umath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scipy/base/code_generators/generate_umath.py b/scipy/base/code_generators/generate_umath.py index 7e9911b5e..7c0663abd 100644 --- a/scipy/base/code_generators/generate_umath.py +++ b/scipy/base/code_generators/generate_umath.py @@ -387,7 +387,6 @@ def make_arrays(funcdict): outsubstr = outstr[numout*k:numout*(k+1)] siglist.extend(['PyArray_%s' % chartoname[x].upper() for x in insubstr]) siglist.extend(['PyArray_%s' % chartoname[x].upper() for x in outsubstr]) - print "*** ", siglist k += 1 funcnames = ', '.join(funclist) signames = ', '.join(siglist) |