Skip to content

Code10:output.c

ardok-m edited this page Jun 30, 2017 · 2 revisions

Code 10: output.c

This module is the responsible for writing the requested parameters to a file. We reproduce here the documentation header:

/** @file output.c Documented output module
 *
 * Julien Lesgourgues, 26.08.2010
 *
 * This module writes the output in files.
 *
 * The following function can be called from other modules or from the main:
 *
 * -# output_init() (must be called after spectra_init())
 * -# output_total_cl_at_l() (can be called even before output_init())
 *
 * No memory needs to be deallocated after that,
 * hence there is no output_free() routine like in other modules.
 */