void DeleteSensvToFinding_bn ( sensv_bn*  sens )

Deletes the sensitivity measuring object sens, and frees the memory it uses.

You must not try to use sens after calling this.

It is okay if sens is a NULL pointer (then no action is taken).

Version:

Versions 2.03 and later have this function.

See also:

NewSensvToFinding_bn    (reverse operation) Create a new sensv_bn to do sensitivity analysis

Example:

See NewSensvToFinding_bn.