test_plotxx Subroutine

subroutine test_plotxx()

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

Arguments

None

Source Code

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