Re: [f2py] line length
Pearu Peterson <[email protected]> Wed, 11 Aug 2010 07:56:31 +0300
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 11, 2010 at 12:48 AM, Al Niessner <[email protected]> wrote: > > rng is defined as 'REAL(pr) FUNCTION RNG(nts_in)' in mathsub.f. So, in > the process of debugging this, I created another small test with RNG in > checks.f90 that you already have. I could not get it to compile -- yes I > did a 'use kinds' in the checks module -- until I mad it REAL(8) > FUNCTION RNG(nts_in)'. I can send you the example if you want, but I am > pretty sure this is an f2py thing. Yes, I always look forward for receiving minimal but complete examples that demonstrate f2py bugs. Pearu