2023-05-23 16:38:00 +02:00

6 lines
86 B
Fortran

module libraryCycleA
contains
subroutine libraryCycleA2
end subroutine
end module