10.8.13 Set_Values_Collected_Array Procedure

The Set_Values_Collected_Array procedure sets the values for the Collected Array.

Calling syntax:

CA = Values or
call Set_Values (CA, Values)  

Input variable:

 Values  The Bare Naked Array of values for the Collected_Array object, defined differently on each PE.

Input/Output variable:

 CA  The Collected_Array 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_Collected_Array code listing contains additional documentation.

Michael L. Hall