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