IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 45641e5b authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

Merge branch 'boost_filesystem_headers' into 'master'

Boost filesystem headers

See merge request !500
parents 22a09a17 554d1098
No related branches found
No related tags found
1 merge request!500Boost filesystem headers
Pipeline #10493 failed
......@@ -8,6 +8,8 @@
#include <corsika/framework/core/Logging.hpp>
#include <boost/math/tr1.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <stdexcept>
#include <string>
......@@ -216,4 +218,4 @@ namespace corsika {
magneticfield_geo[2] * -1_nT};
}
} // namespace corsika
\ No newline at end of file
} // namespace corsika
......@@ -19,6 +19,7 @@
#include <corsika/framework/utility/COMBoost.hpp>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/multi_array.hpp>
#include <algorithm>
......
......@@ -8,6 +8,8 @@
#pragma once
#include <boost/filesystem/fstream.hpp>
namespace corsika {
inline void YAMLStreamer::writeYAML(YAML::Node const& node,
......
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