summaryrefslogtreecommitdiff
path: root/doc/source/f2py/callback.f
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/f2py/callback.f')
-rw-r--r--doc/source/f2py/callback.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/f2py/callback.f b/doc/source/f2py/callback.f
index 6e9bfb920..d5cfc7574 100644
--- a/doc/source/f2py/callback.f
+++ b/doc/source/f2py/callback.f
@@ -2,7 +2,7 @@ C FILE: CALLBACK.F
SUBROUTINE FOO(FUN,R)
EXTERNAL FUN
INTEGER I
- REAL*8 R
+ REAL*8 R, FUN
Cf2py intent(out) r
R = 0D0
DO I=-5,5