78 for (
int i = 0;
i < argc - 1; ++
i) {
79 if (varName == argv[
i]) {
81 logger(
INFO,
"readFromCommandLine: % set to % ", varName.substr(nDashes),
value);
86 logger(
INFO,
"readFromCommandLine: % set to default value % ", varName.substr(nDashes),
value);
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
#define INFO(i)
Definition: mumps_solver.h:54
squared absolute value
Definition: GlobalFunctions.h:87
std::size_t countLeadingDashes(const std::string &s)
Counts the leading dash ('-') characters in a string.
Definition: CommandLineHelpers.cc:12