diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-07-08 00:49:35 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-07-08 00:49:35 +0000 |
commit | d1b492038476e0da520c97549e39c9284ae64e18 (patch) | |
tree | c2c94e9d551179c8552d5a4d7844db7a15f5993f /numpy/f2py/cb_rules.py | |
parent | a29b0e2bf884c5d43d07e5fe7c88344b6dd8bde8 (diff) | |
download | numpy-d1b492038476e0da520c97549e39c9284ae64e18.tar.gz |
Fix f2py to use new names
Diffstat (limited to 'numpy/f2py/cb_rules.py')
-rw-r--r-- | numpy/f2py/cb_rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/cb_rules.py b/numpy/f2py/cb_rules.py index df74703ba..40371a106 100644 --- a/numpy/f2py/cb_rules.py +++ b/numpy/f2py/cb_rules.py @@ -349,7 +349,7 @@ cb_arg_rules=[ }, # Array ... { - 'decl':'\tintp #varname#_Dims[#rank#] = {#rank*[-1]#};', + 'decl':'\tnpy_intp #varname#_Dims[#rank#] = {#rank*[-1]#};', 'setdims':'\t#cbsetdims#;', '_check':isarray, '_depend':'' |