IAP GITLAB
Changes
Page history
Update home
authored
Oct 07, 2018
by
Ralf Ulrich
Show whitespace changes
Inline
Side-by-side
home.md
View page @
c70269a9
...
...
@@ -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