test_ev1ppf Subroutine

subroutine test_ev1ppf()

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

Arguments

None

Source Code

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