BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Public Attributes | |
double | m {1.} |
double | w {1.} |
bool | calculate_profile {false} |
double | global_min {-1.} |
std::string | output_file {""} |
std::string | perturbations_file {""} |
bool | use_perturbative {false} |
bool | verbose {false} |
Definition at line 54 of file logarithmic.cpp.
bool BubbleProfiler::Logarithmic_options::calculate_profile {false} |
Definition at line 57 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
double BubbleProfiler::Logarithmic_options::global_min {-1.} |
Definition at line 58 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
double BubbleProfiler::Logarithmic_options::m {1.} |
Definition at line 55 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
std::string BubbleProfiler::Logarithmic_options::output_file {""} |
Definition at line 59 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
std::string BubbleProfiler::Logarithmic_options::perturbations_file {""} |
Definition at line 60 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
bool BubbleProfiler::Logarithmic_options::use_perturbative {false} |
Definition at line 61 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
bool BubbleProfiler::Logarithmic_options::verbose {false} |
Definition at line 62 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().
double BubbleProfiler::Logarithmic_options::w {1.} |
Definition at line 56 of file logarithmic.cpp.
Referenced by main(), and BubbleProfiler::parse_positional_args().