ucfin2

Description

Function ucfin2 is called at the end of a scheduler run (unless it was aborted) after summaries are written, and after saving output in the Scheduler.

Synopsis


#include "factor.h"

void ucfin2(void)

Returns

Nothing.

Note: This function is typically used to perform final computations and write out custom information at the end of a Scheduler. In most cases, user finalization code could be placed in either function ucfin1 or function ucfin2 with the same effect.