update new files
[unres.git] / source / maxlik / src_FPy.org / test.pyf
1 python module test
2     interface 
3         subroutine test_sub(a,b)
4             integer, intent(out), intent(hide) :: a
5             double precision, intent(out), intent(hide) :: b(3,2)
6         end subroutine test_sub
7     end interface
8 end python module