! -*- f90 -*- python module scatsubs ! in interface ! in :scatsubs subroutine phasmat(z,s11,s12,s21,s22) ! in :scatsubs:scatsubs.f real dimension(4,4),intent(out) :: z complex*16 :: s11 complex*16 :: s12 complex*16 :: s21 complex*16 :: s22 end subroutine phasmat end interface end python module scatsubs ! This file was auto-generated with f2py (version:2.32.225-1419). ! See http://cens.ioc.ee/projects/f2py2e/