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