IAP GITLAB

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

save_hist inline

parent 398efa92
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ namespace corsika::utl {
* be an issue for huge sizes (e.g. for high dimensions)
*/
template <class Axes, class Storage>
void save_hist(boost::histogram::histogram<Axes, Storage> const& h,
std::string const& filename) {
inline void save_hist(boost::histogram::histogram<Axes, Storage> const& h,
std::string const& filename) {
int const rank = h.rank();
std::vector<size_t> axes_dims;
......
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