File size: 92 Bytes
c011401
 
 
 
 
1
2
3
4
5
6
      subroutine foo(a)
      integer a
cf2py intent(in,out) :: a
      a = a + 5
      end