test_norpdf Subroutine

subroutine test_norpdf()

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

Arguments

None

Source Code

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