IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
corsika
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Air Shower Physics
corsika
Merge requests
!559
Resolve "make friendly example scripts for the release"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Resolve "make friendly example scripts for the release"
626-make-friendly-example-scripts-for-the-release
into
master
Overview
10
Commits
70
Pipelines
61
Changes
45
Closed
Alan Coleman
requested to merge
626-make-friendly-example-scripts-for-the-release
into
master
1 year ago
Overview
1
Commits
70
Pipelines
61
Changes
45
Expand
Closes
#626 (closed)
0
0
Merge request reports
Compare
master
version 29
53bb8054
1 year ago
version 28
47f13b6b
1 year ago
version 27
e73560e6
1 year ago
version 26
bcb415ee
1 year ago
version 25
43ba4267
1 year ago
version 24
89874d99
1 year ago
version 23
ba2a3cee
1 year ago
version 22
215aa738
1 year ago
version 21
6835be4b
1 year ago
version 20
6087f28f
1 year ago
version 19
5dbeb745
1 year ago
version 18
657c10f9
1 year ago
version 17
2cfdcbcf
1 year ago
version 16
ea86e687
1 year ago
version 15
a51ebeba
1 year ago
version 14
e1db90ec
1 year ago
version 13
5d289575
1 year ago
version 12
366429c6
1 year ago
version 11
78dccbbd
1 year ago
version 10
315c1143
1 year ago
version 9
cea39af8
1 year ago
version 8
0a3ce334
1 year ago
version 7
cb08a98f
1 year ago
version 6
77487839
1 year ago
version 5
93d28408
1 year ago
version 4
01d44719
1 year ago
version 3
a7898636
1 year ago
version 2
7b7a0285
1 year ago
version 1
56457600
1 year ago
master (base)
and
latest version
latest version
b06d31fd
70 commits,
1 year ago
version 29
53bb8054
69 commits,
1 year ago
version 28
47f13b6b
68 commits,
1 year ago
version 27
e73560e6
67 commits,
1 year ago
version 26
bcb415ee
66 commits,
1 year ago
version 25
43ba4267
28 commits,
1 year ago
version 24
89874d99
27 commits,
1 year ago
version 23
ba2a3cee
26 commits,
1 year ago
version 22
215aa738
25 commits,
1 year ago
version 21
6835be4b
24 commits,
1 year ago
version 20
6087f28f
23 commits,
1 year ago
version 19
5dbeb745
21 commits,
1 year ago
version 18
657c10f9
21 commits,
1 year ago
version 17
2cfdcbcf
20 commits,
1 year ago
version 16
ea86e687
19 commits,
1 year ago
version 15
a51ebeba
18 commits,
1 year ago
version 14
e1db90ec
18 commits,
1 year ago
version 13
5d289575
16 commits,
1 year ago
version 12
366429c6
15 commits,
1 year ago
version 11
78dccbbd
15 commits,
1 year ago
version 10
315c1143
14 commits,
1 year ago
version 9
cea39af8
13 commits,
1 year ago
version 8
0a3ce334
12 commits,
1 year ago
version 7
cb08a98f
9 commits,
1 year ago
version 6
77487839
7 commits,
1 year ago
version 5
93d28408
6 commits,
1 year ago
version 4
01d44719
4 commits,
1 year ago
version 3
a7898636
3 commits,
1 year ago
version 2
7b7a0285
2 commits,
1 year ago
version 1
56457600
1 commit,
1 year ago
45 files
+
647
−
287
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
45
Search (e.g. *.vue) (Ctrl+P)
corsika/detail/framework/core/Cascade.inl
+
0
−
4
Options
@@ -47,10 +47,6 @@ namespace corsika {
CORSIKA_LOG_INFO
(
c8_ascii_
);
CORSIKA_LOG_INFO
(
"This is CORSIKA {}.{}.{}.{}"
,
CORSIKA_RELEASE_NUMBER
,
CORSIKA_MAJOR_NUMBER
,
CORSIKA_MINOR_NUMBER
,
CORSIKA_PATCH_NUMBER
);
CORSIKA_LOG_INFO
(
"The C8 author list can be found at: "
"https://gitlab.iap.kit.edu/AirShowerPhysics/corsika/-/wikis/"
"Current-CORSIKA-8-author-list"
);
CORSIKA_LOG_INFO
(
"Tracking algorithm: {} (version {})"
,
TTracking
::
getName
(),
TTracking
::
getVersion
());
if
constexpr
(
stack_view_type
::
has_event
)
{
Loading