File size: 85 Bytes
d1ceb73 |
1 2 3 4 5 6 |
subroutine bar11(a)
cf2py intent(out) a
integer a
a = 11
end
|
d1ceb73 |
1 2 3 4 5 6 |
subroutine bar11(a)
cf2py intent(out) a
integer a
a = 11
end
|