IAP GITLAB
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Pranav Sampathkumar
corsika
Commits
f274db2e
Commit
f274db2e
authored
4 years ago
by
ralfulrich
Committed by
Felix Riehn
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
style
parent
f095c552
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+3
-3
3 additions, 3 deletions
CMakeLists.txt
corsika/modules/ParticleCut.hpp
+1
-1
1 addition, 1 deletion
corsika/modules/ParticleCut.hpp
with
4 additions
and
4 deletions
CMakeLists.txt
+
3
−
3
View file @
f274db2e
...
...
@@ -225,7 +225,7 @@ add_subdirectory (documentation)
# modules
#
set
(
CORSIKA_DATA_WITH_TEST ON
)
# we want to run the corsika-data unit test
add_subdirectory
(
modules/data
)
add_subdirectory
(
modules/data
)
# this is corsika-data (submodule)
add_subdirectory
(
modules/pythia
)
add_subdirectory
(
modules/sibyll
)
add_subdirectory
(
modules/qgsjetII
)
...
...
@@ -234,8 +234,8 @@ add_subdirectory (modules/conex)
#
# we really need a better proposal CMakeList.txt files:
set
(
ADD_PYTHON OFF
)
file
(
READ modules/CMakeLists_PROPOSAL.txt overwrite_CMakeLists_PROPOSAL_txt
)
file
(
WRITE modules/proposal/CMakeLists.txt
${
overwrite_CMakeLists_PROPOSAL_txt
}
)
file
(
READ modules/CMakeLists_PROPOSAL.txt overwrite_CMakeLists_PROPOSAL_txt
)
file
(
WRITE modules/proposal/CMakeLists.txt
${
overwrite_CMakeLists_PROPOSAL_txt
}
)
add_subdirectory
(
modules/proposal
)
target_link_libraries
(
CORSIKA8 INTERFACE PROPOSAL
)
...
...
This diff is collapsed.
Click to expand it.
corsika/modules/ParticleCut.hpp
+
1
−
1
View file @
f274db2e
...
...
@@ -58,7 +58,7 @@ namespace corsika {
}
void
printThresholds
();
void
showResults
();
void
showResults
();
// LCOV_EXCL_LINE
void
reset
();
HEPEnergyType
getElectronECut
()
const
{
return
get_energy_threshold
(
Code
::
Electron
);
}
...
...
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