test_plotxt Subroutine

subroutine test_plotxt()

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

Arguments

None

Source Code

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