summaryrefslogtreecommitdiff
path: root/doc/source/f2py/code/add.pyf
blob: d2583e33352a9b06853dfd12212b4500f58eed83 (plain)
1
2
3
4
5
6
subroutine zadd(a,b,c,n) ! in :add:add.f
   double complex dimension(*) :: a
   double complex dimension(*) :: b
   double complex dimension(*) :: c
   integer :: n
end subroutine zadd