10.5.10 Set_Values_Assembled_Vector Procedure

The Set_Values_Assembled_Vector procedure sets the values for the Assembled Vector.

Calling syntax:

AV = Values or
call Set_Values (AV, Values)  

Input variable:

 Values  The bare naked vector of values for the Assembled_Vector object, only defined on the IO PE.

Input/Output variable:

 AV  The Assembled_Vector object to be set.

Internal variable:

 Version_Increment  The amount that the version number is incremented, which is a global class variable.

The Set_Values_Assembled_Vector code listing contains additional documentation.

Michael L. Hall