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
cf303a9d
Commit
cf303a9d
authored
4 years ago
by
ralfulrich
Browse files
Options
Downloads
Patches
Plain Diff
formating
parent
184750f6
No related branches found
No related tags found
1 merge request
!191
Resolve "Runtime error with pythia"
Checking pipeline status
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Processes/CONEX/testConex.cc
+1
-2
1 addition, 2 deletions
Processes/CONEX/testConex.cc
with
1 addition
and
2 deletions
Processes/CONEX/testConex.cc
+
1
−
2
View file @
cf303a9d
...
@@ -38,8 +38,7 @@ TEST_CASE("CONEX", "[processes]") {
...
@@ -38,8 +38,7 @@ TEST_CASE("CONEX", "[processes]") {
int
nShower
=
1
;
// large to avoid final stats.
int
nShower
=
1
;
// large to avoid final stats.
int
maxDetail
=
0
;
int
maxDetail
=
0
;
int
particleListMode
=
0
;
int
particleListMode
=
0
;
cx
.
Init
(
nShower
,
randomSeeds
,
maxDetail
,
particleListMode
,
cx
.
Init
(
nShower
,
randomSeeds
,
maxDetail
,
particleListMode
,
parameterPathName
);
parameterPathName
);
double
energyInGeV
=
100.
;
double
energyInGeV
=
100.
;
double
zenith
=
60
;
double
zenith
=
60
;
...
...
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