14.1.2 Finalize_Monomial Procedure

The Finalize_Monomial procedure deallocates and finalizes a Monomial object.

Calling syntax:

call Finalize (Monomial, status)

Input variables:

 Monomial  The Monomial object to be finalized.

Output variables:

 Monomial  The Monomial object has been finalized and is no longer valid.
 status  If present, the status variable is set to either 'Memory Error' or 'Success' depending on program execution. If not present, the procedure aborts if unsuccessful when the DEBUG_LEVEL is set high enough.

Internal variables:

 Variable  Description. [Units]
 consolidated_status  Consolidated Status.
 deallocate_status  Deallocation Status vector.

The Finalize_Monomial code listing contains additional documentation.

Michael L. Hall