IAP GITLAB

Skip to content
Snippets Groups Projects
Commit ba0f72ac authored by ralfulrich's avatar ralfulrich
Browse files

ofstream boost::filesystem

parent 92d0d8f0
No related branches found
No related tags found
1 merge request!317Output infrastructure and Python analysis library.
Pipeline #4048 failed
...@@ -30,7 +30,7 @@ namespace corsika { ...@@ -30,7 +30,7 @@ namespace corsika {
out << node; out << node;
// open the output file - this is <output name>.yaml // open the output file - this is <output name>.yaml
std::ofstream file(path); std::ofstream file(path.string());
// dump the YAML to the file // dump the YAML to the file
file << out.c_str() << std::endl; file << out.c_str() << std::endl;
......
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