sbland / fortpy

Example uses of f90wrap and f2py to wrap libraries created with a combination of python and Fortran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows

  • Missing dlls.
os.add_dll_directory('C:\\Users\\sb2457\\source\\f90wrap\\f90wrap\.libs')
os.add_dll_directory(')
from f90wrap.sizeof_fortran_t import *

About

Example uses of f90wrap and f2py to wrap libraries created with a combination of python and Fortran


Languages

Language:Python 60.0%Language:Fortran 33.7%Language:Makefile 6.1%Language:Shell 0.2%