On 1/26/15, Yuxiang Wang wrote:
> Dear all,
>
> Sorry about being new to both Fortran 90 and f2py.
>
> I have a module in fortran, written as follows, with a module-scope variable
> dp:
>
>
> ! testf2py.f90
> module testf2py
> implicit none
> privat
Sorry that I forgot to report the environment -
Windows 64 bit, Python 3.4 64 bit. Numpy version is 1.9.1, and I
commented the "raise NotImplementedError("Only MS compiler supported
with gfortran on win64")" in the gnu.py, as instructed on this link:
http://scientificcomputingco.blogspot.com.au/20
Dear all,
Sorry about being new to both Fortran 90 and f2py.
I have a module in fortran, written as follows, with a module-scope variable dp:
! testf2py.f90
module testf2py
implicit none
private
public dp, i1
integer, parameter :: dp=kind(