summaryrefslogtreecommitdiff
path: root/numpy/f2py/cb_rules.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-07-08 00:49:35 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-07-08 00:49:35 +0000
commitd1b492038476e0da520c97549e39c9284ae64e18 (patch)
treec2c94e9d551179c8552d5a4d7844db7a15f5993f /numpy/f2py/cb_rules.py
parenta29b0e2bf884c5d43d07e5fe7c88344b6dd8bde8 (diff)
downloadnumpy-d1b492038476e0da520c97549e39c9284ae64e18.tar.gz
Fix f2py to use new names
Diffstat (limited to 'numpy/f2py/cb_rules.py')
-rw-r--r--numpy/f2py/cb_rules.py2
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':''