C*GRINQPEN -- *obsolete routine* C+ SUBROUTINE GRINQPEN (IP) C C GRPCKG: obtain the pen number of the current graphics device. C Obsolete routine. C Argument: C C IP (integer, output): always receives 1. C-- C 16-Aug-1987 - [TJP]. C----------------------------------------------------------------------- INTEGER IP C IP = 1 END