Skip to content

Instantly share code, notes, and snippets.

@HajimeKawahara
Last active January 5, 2016 08:37
Show Gist options
  • Save HajimeKawahara/4700e7b1e40ce21ae76f to your computer and use it in GitHub Desktop.
Save HajimeKawahara/4700e7b1e40ce21ae76f to your computer and use it in GitHub Desktop.
example 2 for f90->jl
subroutine ioint(i,j)
implicit none
integer, intent(in) :: i
integer, intent(out) :: j
j=i+3
end subroutine ioint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment