Name: grlgtr Purpose: translate logical name (dummy version) Category: GRAPHICS File: pgplot.src Author: T.J. Pearson Use: see description below. Description: SUBROUTINE GRLGTR (NAME) CHARACTER*(*) NAME Recursive translation of a logical name. This is used in the parsing of device specifications in the VMS implementation of PGPLOT. In other implementations, it may be replaced by a null routine. Argument: NAME (input/output): initially contains the name to be inspected. If an equivalence is found it will be replaced with the new name. If not, the old name will be left there. Updates: Oct 16, 1998: JPT automatically extracted from source.