IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6bec6125 authored by Remy Prechelt's avatar Remy Prechelt
Browse files

Rename top-level file to config.yaml

parent 2fc039c2
No related branches found
No related tags found
1 merge request!317Output infrastructure and Python analysis library.
......@@ -72,7 +72,7 @@ namespace corsika::output {
config["version"] = "8.0.0-prealpha"; // the current version
// write the node to a file
WriteNode(config, root_ / (name_ + ".yaml"));
WriteNode(config, root_ / ("config.yaml"));
}
void InitOutput(std::string const& name) const {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment