test_plotsp Subroutine

subroutine test_plotsp()

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

Arguments

None

Source Code

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