NAME
circ_commonSendOutputData
SYNOPSIS
circ_commonSendOutputData()
DESCRIPTION
Sends any common data from the Circuit unit (stored in circ_commonData) to the IO unit, through the IO_setScalar interface, for checkpointing. Can retrieve the data upon restart in circ_commonInit through the IO_getScalar interface.
ARGUMENTS
USES
IO_setScalar, which puts a scalar into the IO unit so it can make it into a checkpoint.
USED BY
Circuit_sendOutputData, which calls this function to let Circuit know that the common scalars need to be updated for a checkpoint or plot file