180 logger(
WARN,
"split_files problem_name [stepsize [initial_counter]]");
186 unsigned int stepsize = 1;
187 if (argc > 2) stepsize =
static_cast<unsigned int>(atoi(argv[2]));
190 unsigned int counter = 0;
191 if (argc > 3) counter =
static_cast<unsigned int>(atoi(argv[3]));
194 files.copy(stepsize, counter);
Logger< MERCURYDPM_LOGLEVEL > logger("MercuryKernel")
Definition of different loggers with certain modules. A user can define its own custom logger here.
LL< Log::WARN > WARN
Warning log level.
Definition: Logger.cc:33
takes data and fstat files and splits them into *.data.???? and *.fstat.???? files
Definition: centerofmass.cpp:19
#define INFO(i)
Definition: mumps_solver.h:54
std::string string(const unsigned &i)
Definition: oomph_definitions.cc:286
string name
Definition: plotDoE.py:33