test_plot8 Subroutine

subroutine test_plot8()

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

Arguments

None

Source Code

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