ndgHideProv

Hide an ancestor in a provenance structure

Description:

This function flags a specified ancestor as "hidden". The only effect this has is that the ancestor will not be included in Provenance structures created by the ndgCopyProv function.

Invocation

ndgHideProv( NdgProvenance prov, int ianc, int status )

Arguments

prov
An identifier for a structure holding the provenance information as returned by ndgReadProv or ndgReadVotProv.
ianc
The index of the ancestor NDF to be hidden. The value is used as an index into the ANCESTORS array. An error will be reported if the value is too large, or is less than 1 (the main NDF cannot be hidden).
status
The global status.