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
Commits
aca441e7
Commit
aca441e7
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
renamed proposal_example to em_shower
parent
a22760ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!245
Include proposal process rebase
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Documentation/Examples/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Documentation/Examples/CMakeLists.txt
Documentation/Examples/em_shower.cc
+1
-1
1 addition, 1 deletion
Documentation/Examples/em_shower.cc
with
3 additions
and
3 deletions
Documentation/Examples/CMakeLists.txt
+
2
−
2
View file @
aca441e7
...
@@ -131,8 +131,8 @@ target_link_libraries (staticsequence_example
...
@@ -131,8 +131,8 @@ target_link_libraries (staticsequence_example
CORSIKAlogging
)
CORSIKAlogging
)
CORSIKA_ADD_EXAMPLE
(
proposal_example
RUN_OPTIONS 100.
)
CORSIKA_ADD_EXAMPLE
(
em_shower
RUN_OPTIONS 100.
)
target_link_libraries
(
proposal_example
target_link_libraries
(
em_shower
SuperStupidStack
SuperStupidStack
CORSIKAunits
CORSIKAunits
CORSIKAlogging
CORSIKAlogging
...
...
This diff is collapsed.
Click to expand it.
Documentation/Examples/
proposal_example
.cc
→
Documentation/Examples/
em_shower
.cc
+
1
−
1
View file @
aca441e7
...
@@ -56,7 +56,7 @@ void registerRandomStreams() {
...
@@ -56,7 +56,7 @@ void registerRandomStreams() {
int
main
(
int
argc
,
char
**
argv
)
{
int
main
(
int
argc
,
char
**
argv
)
{
if
(
argc
!=
2
)
{
if
(
argc
!=
2
)
{
std
::
cerr
<<
"usage:
proposal_example
<energy/GeV>"
<<
std
::
endl
;
std
::
cerr
<<
"usage:
em_shower
<energy/GeV>"
<<
std
::
endl
;
return
1
;
return
1
;
}
}
feenableexcept
(
FE_INVALID
);
feenableexcept
(
FE_INVALID
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment