previous up next
Go backward to `desing/printchlist`
Go up to Procedures
Go forward to `desing/resolvedobject`

`desing/pupdate`

During distributed computation the scheduled jobs finish in an unknown order; therefore the ID allocation has to be corrected for every chart returned from a client machine. This correction is done by this procedure making the references of the chart-records to each other in the resolution tree consistent.

Input:
one a list of the same structure as the output of `desing/resolveone`.
Output:
-
The global variables
  pglobalChartList, presolvedChartList, pchartTree
  pchartHistory, pglobalChartCounter
are modified as needed.
previous up next