Subroutine: IRCO_CONNECT Purpose: connect two coordinate systems Category WORLD COORDINATES, IRAS File: irco.shl Author: Do Kester Person resp.: Do Kester Address: guspace!do or rugfx4!do (uucp) Use: call irco_connect( coor1 I integer coor2 I integer ) coor1, coor2 two coordinate system to be connected Description: A connection is made between the coordinate systems COOR1 and COOR2 if an intermediate system (e.g. K) is present. (COOR1->COOR2) = (COOR1->K) * (K->COOR2) Updates: 19 june 1990 DK