Sign in
code
/
git
/
2fee63a71ae8113fd91d8e5924ae4a5619ad0cd3
/
.
/
t
/
t4018
/
fortran-comment-keyword
blob: e9206a53799dc36710c9fc8a3a0ae55b75f4c02c [
file
] [
log
] [
blame
]
module
a
contains
subroutine RIGHT
(
funcA
,
funcB
)
real funcA
!
grid
function
a
real funcB
!
grid
function
b
real
ChangeMe
end
subroutine RIGHT
end
module
a