ucfin1
Description
Function ucfin1 is called at the end of a Scheduler before summaries are written.
Synopsis
#include "factor.h"
void ucfin1(void)
Returns
Nothing.
Note: This function is typically used to perform final
computations and write out custom information at the end of a Scheduler.
Note: In most cases, user finalization code could
be placed in either function ucfin1 or function ucfin2 with the same
effect.
Note: This function is called at the end of each scheduler
run (unless the run was aborted). It is also called before saving output
in the Scheduler.