The Complete SPRLIB & ANNLIB

join_relayer

- Rebuild maps and layers in a joined network (LOCAL)

SYNOPSIS

void join_relayer (n1, net1, n2, net2, net, nlayers)

ARGUMENTS

int n1; The number of networks in the top part.
NET **net1; An array of top part network pointers.
int n2; The number of networks in the bottom part.
NET **net2; An array of bottom part network pointers.
NET *net; The joined network.
long *nlayers; The number of layers in the joined network.

RETURNS

The joined network and the number of layers it contains, through the net and nlayers arguments.

FUNCTION

This function is called by join_net to reconnect all layer, map and unit structures in a joined network.

NOTE

The argument net has to point to a pre-allocated NET structure.

SEE ALSO

join_net

This document was generated using api2html on Thu Mar 5 09:00:00 MET DST 1998