|
CLASSpp Manual
Cosmology reference and developer manual
|
#include "input_module.h"#include <algorithm>#include <filesystem>#include <iomanip>#include <sstream>#include "background_module.h"#include "cosmology.h"#include "lensing_module.h"#include "nonlinear_module.h"#include "perturbations_module.h"#include "primordial_module.h"#include "spectra_module.h"#include "thermodynamics_module.h"#include <thread>#include "../species/all_species.h"#include "../species/dcdm_dr_species.h"#include "../species/ncdm_family.h"#include "../species/species_input.h"Parses CLASS input and constructs the shared input data and species set.