IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9f8c1aa3 authored by Remy Prechelt's avatar Remy Prechelt
Browse files

Add missing include guard into CorsikaData.h

parent c86f0426
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@
* Licence version 3 (GPL Version 3). See file LICENSE for a full version of
* the license.
*/
#ifndef CORSIKA_CORSIKADATA_H
#define CORSIKA_CORSIKADATA_H
#include <string>
......@@ -16,3 +18,5 @@ namespace corsika::utl {
*/
std::string CorsikaData(std::string const& filename);
} // namespace corsika::utl
#endif // CORSIKA_CORSIKADATA_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