10.6.11 Output_Distributed_Vector Procedure

The Output_Distributed_Vector procedure writes out a section of a Distributed Vector to the specified unit.

Calling syntax:

call Output (DV, First, Last, Unit, Indent)

Input variables:

 DV  The Distributed_Vector object to be queried.
 First  The first location to be output. [Optional]
 Last  The last location to be output. [Optional]
 Unit  The logical unit for output, which defaults to 6.
 Indent  Number of indentation characters. [Optional]

The Output_Distributed_Vector code listing contains additional documentation.

Michael L. Hall