test_plotct Subroutine

subroutine test_plotct()

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

Arguments

None

Source Code

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