test_plot7 Subroutine

subroutine test_plot7()

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

Arguments

None

Source Code

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