From ec5a3911b06f7dbefe89947a42d8ff23e1b82fdd Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Fri, 13 Oct 2006 20:41:27 +0000 Subject: F2PY G3: modules can import f90 derived type wrappers from other modules. --- numpy/f2py/lib/py_wrap_subprogram.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/f2py/lib/py_wrap_subprogram.py') diff --git a/numpy/f2py/lib/py_wrap_subprogram.py b/numpy/f2py/lib/py_wrap_subprogram.py index 0d3c8ed7e..24bd07e1b 100644 --- a/numpy/f2py/lib/py_wrap_subprogram.py +++ b/numpy/f2py/lib/py_wrap_subprogram.py @@ -88,7 +88,8 @@ static void %(init_func)s_c(%(name)s_functype func_ptr) { return defined.append(cname) - self.info('Generating interface for %s: %s' % (block.__class__, cname)) + self.info('Generating interface for %s %s: %s' % (parent.modulename, block.__class__.__name__, cname)) + self.parent = parent if pyname.startswith('f2pywrap_'): pyname = pyname[9:] -- cgit v1.2.1