4
1
mirror of https://github.com/pfloos/quack synced 2024-06-02 11:25:28 +02:00
quack/src/test/Gtest.f90

20 lines
400 B
Fortran
Executable File

subroutine Gtest()
implicit none
! Input variables
! Local variables
! Output variables
write(*,*) '*****************************************'
write(*,*) '* Testing Generalized Branch of QuAcK...*'
write(*,*) '*****************************************'
write(*,*) '***************************'
write(*,*) '* End of Generalized Test *'
write(*,*) '***************************'
end subroutine