CORSIKA8  0.0.0
The framework to simulate particle cascades for astroparticle physics
corsika.hpp
Go to the documentation of this file.
1 /*
2  * (c) Copyright 2020 CORSIKA Project, corsika-project@lists.kit.edu
3  *
4  * This software is distributed under the terms of the GNU General Public
5  * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
6  * the license.
7  */
8 
9 #pragma once
10 
37 #define CORSIKA_VERSION 800000
38 
43 #define CORSIKA_MAJOR_VERSION (CORSIKA_VERSION / 100000)
44 
49 #define CORSIKA_MINOR_VERSION (CORSIKA_VERSION / 100 % 1000)
50 
55 #define CORSIKA_PATCH_NUMBER 0