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

20 lines
394 B
Fortran
Executable File

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