test_plot Subroutine

subroutine test_plot()

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

Arguments

None

Source Code

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