23 #include <boost/program_options.hpp> 32 using boost::program_options::variable_value;
46 int a = fits_is_reentrant();
48 log.info() <<
"Cfitsio is reentrant: " << a;
50 log.info() <<
"done with test program! ";
ExitCode
Strongly typed exit numbers.
Macro to silence unused variables warnings from the compiler.
Abstract class for all Elements programs.
#define MAIN_FOR(ELEMENTS_PROGRAM_NAME)
ExitCode mainMethod(ELEMENTS_UNUSED map< string, variable_value > &args) override
static Logging getLogger(const std::string &name="")