13.1.3 Finalize_Mathematic_Vector Procedure

The Finalize_Mathematic_Vector procedure deallocates and finalizes a Mathematic_Vector object.

Calling syntax:

call Finalize (MV, status)

Input variables:

 MV  The Mathematic_Vector object to be finalized.

Output variables:

 MV  The Mathematic_Vector 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 mathematic_vector.
 i  Loop variable.

The Finalize_Mathematic_Vector code listing contains additional documentation.

Michael L. Hall