23 #include <boost/program_options.hpp> 25 #include <gnuastro/fits.h> 26 #include <gnuastro/cosmology.h> 34 using boost::program_options::variable_value;
47 string test_upper_string {
"THATSTRING"};
48 log.info() <<
"This is the test upper string: " << test_upper_string;
53 auto age = gal_cosmology_age(z, H0, 0.0, 0.0, 0.0);
55 log.info() <<
"Age of the Universe @ z = " << z <<
" : " << age <<
" GA";
ExitCode
Strongly typed exit numbers.
Macro to silence unused variables warnings from the compiler.
provide functions to retrieve auxiliary files
Abstract class for all Elements programs.
#define MAIN_FOR(ELEMENTS_PROGRAM_NAME)
static Logging getLogger(const std::string &name="")
ExitCode mainMethod(ELEMENTS_UNUSED map< string, variable_value > &args) override