The Complete SPRLIB & ANNLIB

check_layer_recipe

- checks whether a layer recipe is correct (LOCAL)

SYNOPSIS

int check_layer_recipe (layer, prev_layer)

ARGUMENTS

LAYER_RECIPE *layer A pointer to the LAYER_RECIPE structure for layer L.
LAYER_RECIPE *prev_layer A pointer to the LAYER_RECIPE structure for layer L-1.

RETURNS

TRUE if layer is incorrect, FALSE if not.

FUNCTION

This function checks whether or not the LAYER_RECIPE layer is correct. The values of the fields LayerType and Connected are checked, after which the check_map_recipes is called for all maps in layer, except if layer is an INPUT_LAYER (see LAYER-flags).

NOTE

This function is called by check_sharednet_recipe.

SEE ALSO

create_sharednet

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