Re: [f2py] Calling external functions
Davor Horvatic <[email protected]> Wed, 23 Nov 2011 16:19:06 +0100
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
OK all in all I get where the problem is ... f0 is just external function. For each subroutine I should define tmpf1, tmpf2 ... etc so that non subroutines in the module have the same external function name. I hoped that I can put all functions in one module and then call that module to the main subroutine file. All the best, Davor