11.2.2 Finalize_Statistics Procedure

The Finalize_Statistics procedure deallocates and finalizes a Statistics object.

Calling syntax:

call Finalize (Statistics, status)

Input variables:

 Statistics  The Statistics object to be finalized.

Output variables:

 Statistics  The Statistics 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:

 consolidated_status  Consolidated Status.
 deallocate_status  Deallocation Status vector.

The Finalize_Statistics code listing contains additional documentation.

Michael L. Hall