diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-10-04 09:49:54 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-10-04 09:49:54 +0000 |
commit | c620acddd34a07edd6f33baad0adfad6e8cf1bd5 (patch) | |
tree | 3413710782a3f16711c4935cde86fbb5e69c35dd /numpy/f2py/lib/parser/statements.py | |
parent | ac93e95702a9047b774b4cdd1838c9e1b1f70739 (diff) | |
download | numpy-c620acddd34a07edd6f33baad0adfad6e8cf1bd5.tar.gz |
F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module containing derived type with scalar components.
Diffstat (limited to 'numpy/f2py/lib/parser/statements.py')
-rw-r--r-- | numpy/f2py/lib/parser/statements.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/parser/statements.py b/numpy/f2py/lib/parser/statements.py index 7966692d2..28458ad17 100644 --- a/numpy/f2py/lib/parser/statements.py +++ b/numpy/f2py/lib/parser/statements.py @@ -900,7 +900,7 @@ class Use(Statement): module = modules[self.name] use_provides = self.parent.a.use_provides - + print use return |