test_ev2ppf Subroutine

subroutine test_ev2ppf()

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

Arguments

None

Source Code

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