IAP GITLAB

Skip to content
Snippets Groups Projects
Commit b6f9d6ee authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'rprechelt-corsika-data-missing-include-guard' into 'master'

Add missing include guard into CorsikaData.h

See merge request AirShowerPhysics/corsika!233
parents c86f0426 9f8c1aa3
No related branches found
No related tags found
2 merge requests!234WIP: Initial example of python as script language from C++,!233Add missing include guard into CorsikaData.h
Pipeline #1765 passed
......@@ -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