test_ev2plt Subroutine

subroutine test_ev2plt()

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

Arguments

None

Source Code

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