IAP GITLAB
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
corsika
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Antonio Augusto Alves Junior
corsika
Commits
4680dd14
Commit
4680dd14
authored
Nov 06, 2020
by
Antonio Augusto Alves Junior
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update corsika.hpp
parent
e8018250
Pipeline
#2689
failed with stages
in 2 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
10 deletions
+9
-10
corsika/corsika.hpp
corsika/corsika.hpp
+9
-10
No files found.
corsika/corsika.hpp
View file @
4680dd14
#pragma once
// Usage:
...
...
@@ -8,20 +7,20 @@
#define CORSIKA_VERSION 800000
/*! \def
HYDR
A_MAJOR_VERSION
* \brief The preprocessor macro \p
HYDR
A_MAJOR_VERSION encodes the
* major version number of
Hydra
.
/*! \def
CORSIK
A_MAJOR_VERSION
* \brief The preprocessor macro \p
CORSIK
A_MAJOR_VERSION encodes the
* major version number of
CORSIKA
.
*/
#define CORSIKA_MAJOR_VERSION (CORSIKA_VERSION / 100000)
/*! \def
HYDR
A_MINOR_VERSION
* \brief The preprocessor macro \p
HYDR
A_MINOR_VERSION encodes the
* minor version number of
Hydra
.
/*! \def
CORSIK
A_MINOR_VERSION
* \brief The preprocessor macro \p
CORSIK
A_MINOR_VERSION encodes the
* minor version number of
CORSIKA
.
*/
#define CORSIKA_MINOR_VERSION (CORSIKA_VERSION / 100 % 1000)
/*! \def
HYDR
A_PATCH_NUMBER
* \brief The preprocessor macro \p
HYDR
A_PATCH_NUMBER encodes the
* patch number of the
Hydra
library.
/*! \def
CORSIK
A_PATCH_NUMBER
* \brief The preprocessor macro \p
CORSIK
A_PATCH_NUMBER encodes the
* patch number of the
CORSIKA
library.
*/
#define CORSIKA_PATCH_NUMBER 0
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment