test_plotc Subroutine

subroutine test_plotc()

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

Arguments

None

Source Code

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