test_plotx Subroutine

subroutine test_plotx()

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

Arguments

None

Source Code

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