We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c825e commit ee8b607Copy full SHA for ee8b607
src/read_input_file.cpp
@@ -61,7 +61,7 @@ bool Inputs::read_inputs_json(Times &time) {
61
62
//change planet file to the one specified on aether.json:
63
if (isOk)
64
- settings["PlanetSpeciesFile"] = get_setting_str("PlanetFile");
+ settings["PlanetSpeciesFile"] = get_setting_str("Planet", "file");
65
66
std::string planet_filename = get_setting_str("PlanetSpeciesFile");
67
report.print(1, "Using planet file : " + planet_filename);
0 commit comments