213 for (
int i = 2;
i<argc;
i++) {
214 if (!strcmp(argv[
i],
"-stattype")) {
215 if (!strcmp(argv[
i+1],
"XYZ")) T =
XYZ;
216 else if (!strcmp(argv[
i+1],
"XY")) T =
XY;
217 else if (!strcmp(argv[
i+1],
"XZ")) T =
XZ;
218 else if (!strcmp(argv[
i+1],
"YZ")) T =
YZ;
219 else if (!strcmp(argv[
i+1],
"X")) T =
X;
220 else if (!strcmp(argv[
i+1],
"Y")) T =
Y;
221 else if (!strcmp(argv[
i + 1],
"Z")) T =
Z;
222 else if (!strcmp(argv[
i + 1],
"O")) T =
O;
232 stats.
run(argc, argv);
236 stats.
run(argc, argv);
240 stats.
run(argc, argv);
244 stats.
run(argc, argv);
248 stats.
run(argc, argv);
252 stats.
run(argc, argv);
256 stats.
run(argc, argv);
260 stats.
run(argc, argv);
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::ERROR > ERROR
Error log level.
Definition: Logger.cc:53
StatType
Creates averaged statistics (only valid if density field is homogenous along averaged direction)
Definition: StatisticsVector.h:41
@ XY
Definition: StatisticsVector.h:42
@ XZ
Definition: StatisticsVector.h:42
@ YZ
Definition: StatisticsVector.h:42
@ Y
Definition: StatisticsVector.h:42
@ X
Definition: StatisticsVector.h:42
@ Z
Definition: StatisticsVector.h:42
@ XYZ
Definition: StatisticsVector.h:42
@ O
Definition: StatisticsVector.h:42
Definition: statXY.cpp:30
void run(int argc, char *argv[])
Definition: obsolete_codes/statistics_while_running.cpp:36
const std::complex< Mdouble > i
Definition: ExtendedMath.h:51