diff options
Diffstat (limited to 'numpy/f2py/rules.py')
-rw-r--r-- | numpy/f2py/rules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/rules.py b/numpy/f2py/rules.py index 37cc76ec2..6a1f5ae6e 100644 --- a/numpy/f2py/rules.py +++ b/numpy/f2py/rules.py @@ -15,7 +15,7 @@ wrapper_function(args) get_b_from_python if (successful) { - call_fortran + callfortran if (successful) { put_a_to_python |