test_plotco Subroutine

subroutine test_plotco()

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

Arguments

None

Source Code

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