42 int a = fits_is_reentrant();
44 log.info() <<
"Cfitsio is reentrant: " << a;
46 log.info() <<
"done with test program! ";
Macro to silence unused variables warnings from the compiler.
ExitCode mainMethod(ELEMENTS_UNUSED map< string, VariableValue > &args) override
Simple example of an Elements program.
static Logging getLogger(const std::string &name="")
ExitCode
Strongly typed exit numbers.
#define MAIN_FOR(ELEMENTS_PROGRAM_NAME)