test_ev1plt Subroutine

subroutine test_ev1plt()

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

Arguments

None

Source Code

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