test_gamppf Subroutine

subroutine test_gamppf()

call unit_check(‘gamppf’, 0.eq.0, ‘checking’,100)

Arguments

None

Source Code

subroutine test_gamppf()
   call unit_check_start('gamppf',msg='')
   !!call unit_check('gamppf', 0.eq.0, 'checking',100)
   call unit_check_done('gamppf',msg='')
end subroutine test_gamppf