IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 64d357e2 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Maximilian Reininghaus
Browse files

documentation

parent 1c14b05d
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,9 @@ namespace corsika { ...@@ -19,6 +19,9 @@ namespace corsika {
* *
* Note that this function makes a temporary, dense copy of the histogram, which could * Note that this function makes a temporary, dense copy of the histogram, which could
* be an issue for huge sizes (e.g. for high dimensions) * be an issue for huge sizes (e.g. for high dimensions)
*
* @param overwrite silently overwrite existing files if true, otherwise throw
* runtime_error
*/ */
template <class Axes, class Storage> template <class Axes, class Storage>
inline void save_hist(boost::histogram::histogram<Axes, Storage> const& h, inline void save_hist(boost::histogram::histogram<Axes, Storage> const& h,
......
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