Skip to content
Snippets Groups Projects
Commit eaaa6b2c authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Move the --power command line option into the correct category. Do not...

Move the --power command line option into the correct category. Do not indicate anymore that --radiation does nothing.
parent 81b1e184
Branches
Tags
2 merge requests!1715Update planetary strength after planetary plus's master rebase,!1693More threapool plotting tweaks
...@@ -260,8 +260,9 @@ int main(int argc, char *argv[]) { ...@@ -260,8 +260,9 @@ int main(int argc, char *argv[]) {
"Run with the Continuous Simulation Data Stream (CSDS).", "Run with the Continuous Simulation Data Stream (CSDS).",
NULL, 0, 0), NULL, 0, 0),
OPT_BOOLEAN('R', "radiation", &with_rt, OPT_BOOLEAN('R', "radiation", &with_rt,
"Run with radiative transfer. Work in progress, currently " "Run with radiative transfer.",
"has no effect.", NULL, 0, 0),
OPT_BOOLEAN(0, "power", &with_power, "Run with power spectrum outputs.",
NULL, 0, 0), NULL, 0, 0),
OPT_GROUP(" Simulation meta-options:\n"), OPT_GROUP(" Simulation meta-options:\n"),
...@@ -344,8 +345,6 @@ int main(int argc, char *argv[]) { ...@@ -344,8 +345,6 @@ int main(int argc, char *argv[]) {
"Fraction of the total step's time spent in a task to trigger " "Fraction of the total step's time spent in a task to trigger "
"a dump of the task plot on this step", "a dump of the task plot on this step",
NULL, 0, 0), NULL, 0, 0),
OPT_BOOLEAN(0, "power", &with_power, "Run with power spectrum outputs.",
NULL, 0, 0),
OPT_END(), OPT_END(),
}; };
struct argparse argparse; struct argparse argparse;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment