test_poicdf Subroutine

subroutine test_poicdf()

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

Arguments

None

Source Code

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