test_logcdf Subroutine

subroutine test_logcdf()

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

Arguments

None

Source Code

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