201 logger(
WARN,
"split_files problem_name [stepsize [initial_counter]]");
204 std::string
name(argv[1]);
207 unsigned int stepsize = 1;
208 if (argc > 2) stepsize =
static_cast<unsigned int>(atoi(argv[2]));
211 unsigned int counter = 0;
212 if (argc > 3) counter =
static_cast<unsigned int>(atoi(argv[3]));
215 files.copy(stepsize, counter);
LL< Log::INFO > INFO
Info log level.
Definition: Logger.cc:55
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:54
takes data and fstat files and splits them into *.data.???? and *.fstat.???? files
Definition: centerofmass.cpp:40
std::string name
Definition: MercuryProb.h:48