IAP GITLAB

Update home authored by Ralf Ulrich's avatar Ralf Ulrich
#CORSIKA8 Framework for Particle Cascades in Astroparticle Physics**
# CORSIKA8 Framework for Particle Cascades in Astroparticle Physics**
Documentation and reference guide for the CORSIKA8 software framework
for air shower simulations. We aim that CORSIKA remains the most comprehensive
......@@ -23,7 +23,7 @@ We also want to point you to the [MCnet guidelines](https://gitlab.ikp.kit.edu/A
## Installation
Follow these steps to download and install CORSIKA8-milestone1
'''
```
git clone git@gitlab.ikp.kit.edu:AirShowerPhysics/corsika.git
mkdir corsika-build
cd corsika-build
......@@ -31,5 +31,5 @@ cmake ../corsika -D CMAKE_INSTALL_PREFIX=../corsika-install
make
make install
make test
'''
and if you want to see how the Heitler model works and is implemented, see '''Framework/Cascade/testCascade.cc''' for a starting point.
\ No newline at end of file
```
and if you want to see how the Heitler model works and is implemented, see `Framework/Cascade/testCascade.cc` for a starting point.
\ No newline at end of file