C*GRINQLI -- *obsolete routine* C+ SUBROUTINE GRINQLI (INTEN) C C GRPCKG: obtain the line intensity of the current graphics device. C Obsolete routine. C Argument: C C INTEN (integer, output): always returns 1. C-- C (1-Feb-1983; revised 16-Aug-1987). C----------------------------------------------------------------------- INTEGER INTEN C INTEN = 1 END