! -*- f90 -*- ! Note: the context of this file is case sensitive. python module mandel ! in interface ! in :mandel subroutine single_point_mandelbrot(z,c,zout) ! in :mandel:mandel.f90 complex*16 :: z complex*16 :: c complex*16, intent(out) :: zout end subroutine single_point_mandelbrot end interface end python module mandel ! This file was auto-generated with f2py (version:2). ! See http://cens.ioc.ee/projects/f2py2e/