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
123
Issues
123
List
Boards
Labels
Service Desk
Milestones
Merge Requests
15
Merge Requests
15
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Air Shower Physics
corsika
Commits
ad1fdd93
Commit
ad1fdd93
authored
Mar 04, 2021
by
Ralf Ulrich
☄
Committed by
Ralf Ulrich
Mar 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated min number of argc
parent
1f3468d5
Pipeline
#3617
passed with stages
in 40 minutes and 4 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/vertical_EAS.cpp
examples/vertical_EAS.cpp
+1
-1
No files found.
examples/vertical_EAS.cpp
View file @
ad1fdd93
...
...
@@ -103,7 +103,7 @@ int main(int argc, char** argv) {
CORSIKA_LOG_INFO
(
"vertical_EAS"
);
if
(
argc
<
4
)
{
if
(
argc
<
5
)
{
std
::
cerr
<<
"usage: vertical_EAS <A> <Z> <energy/GeV> [seed]
\n
"
" if A=0, Z is interpreted as PDG code
\n
"
" if no seed is given, a random seed is chosen
\n
"
...
...
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