IAP GITLAB

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

doxygen

parent 581ba6f1
No related branches found
No related tags found
No related merge requests found
# COAST interface {#COASTinterface}
With the COAST interface of CORSIKA 8 you can write a CORSIKA 8
"process" class and link it to CORSIKA 7. This can be very powerful to
benchmark new CORSIKA 8 physics code in the context of "old" CORSIKA 7
simulations.
This is based on corsika7/trunk/coast/CoastOptions/example with an
additional interface to CORSIKA8.
additional interface to CORSIKA 8.
This is an example for a "COAST user library" using CORSIKA8
We provide a step-by-step example for a "COAST user library" using CORSIKA 8
technology. It explains the steps, how to use the COAST_USER_LIB
option of CORSIKA together with CORSIKA8/COAST
......
......@@ -8,7 +8,7 @@ EXCLUDE_PATTERNS = */ThirdParty/*/*
GENERATE_HTML = YES
GENERATE_LATEX = YES
FILE_PATTERNS = *.cc *.cpp *.cxx *.h *.dox *.inc
FILE_PATTERNS = *.cc *.cpp *.cxx *.h *.dox *.inc *.md
EXTENSION_MAPPING = inc=C++
RECURSIVE = YES
......
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