IAP GITLAB

Skip to content
Snippets Groups Projects
Commit eba0281e authored by ralfulrich's avatar ralfulrich
Browse files

fix

parent cb4fbe92
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ GENERATE_XML = YES
OUTPUT_DIRECTORY = @CMAKE_CURRENT_BINARY_DIR@/
INPUT = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@/Framework
EXCLUDE_PATTERNS = */ThirdParty/*/* */build*/*
EXCLUDE_PATTERNS = */ThirdParty/*/* */build*/corsika/*
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = @PROJECT_SOURCE_DIR@
......
......@@ -54,6 +54,12 @@ namespace corsika::particles {
int constexpr GetNucleusA(Code const);
int constexpr GetNucleusZ(Code const);
} // namespace corsika::particles
// here we read the implementation of all those objects and function
#include <corsika/particles/GeneratedParticleProperties.inc>
namespace corsika::particles {
/*!
* returns mass of particle in natural units
......@@ -152,5 +158,3 @@ namespace corsika::particles {
}
} // namespace corsika::particles
#include <corsika/particles/GeneratedParticleProperties.inc>
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