CLASSpp Manual
Cosmology reference and developer manual
Loading...
Searching...
No Matches
shooting_target.h
1#pragma once
2#include <string>
3
4struct background;
5
8 const background* pba = nullptr;
9 const double* bg_today = nullptr; // last row of BackgroundModule::background_table_
10};
11
15 std::string target_name; // input vocabulary, e.g. "Omega_dcdmdr"
16 std::string unknown_param; // fc param this target varies, e.g. "Omega_ini_dcdm"
17 double target_value = 0.; // requested value
18};
Definition shooting_target.h:7
Definition shooting_target.h:14