IAP GITLAB

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

copyright and include guard

parent 9740c30d
No related branches found
No related tags found
No related merge requests found
/*
* (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
*
* This software is distributed under the terms of the GNU General Public
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
#include <corsika/third_party/cnpy/cnpy.hpp> #include <corsika/third_party/cnpy/cnpy.hpp>
#include <boost/histogram.hpp> #include <boost/histogram.hpp>
...@@ -8,6 +16,8 @@ ...@@ -8,6 +16,8 @@
#include <utility> #include <utility>
#include <vector> #include <vector>
#pragma once
namespace corsika::utl { namespace corsika::utl {
/** /**
* This functions saves a boost::histogram into a numpy file. Only rather basic axis * This functions saves a boost::histogram into a numpy file. Only rather basic axis
......
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