test_gamcdf Subroutine

subroutine test_gamcdf()

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

Arguments

None

Source Code

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