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
!95
WIP: Resolve "Test with larger variety of distributions/compilers"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: Resolve "Test with larger variety of distributions/compilers"
141-test-with-larger-variety-of-distributions-compilers
into
master
Overview
19
Commits
13
Pipelines
14
Changes
1
Closed
Lukas Nellen
requested to merge
141-test-with-larger-variety-of-distributions-compilers
into
master
6 years ago
Overview
16
Commits
13
Pipelines
14
Changes
1
Expand
Closes
#141
Closes
#146
Edited
4 years ago
by
Ralf Ulrich
0
0
Merge request reports
Viewing commit
475b752f
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
475b752f
seed
· 475b752f
ralfulrich
authored
4 years ago
Processes/QGSJetII/testQGSJetII.cc
+
1
−
0
Options
@@ -118,6 +118,7 @@ TEST_CASE("QgsjetIIInterface", "[processes]") {
const
geometry
::
CoordinateSystem
&
cs
=
env
.
GetCoordinateSystem
();
corsika
::
random
::
RNGManager
::
GetInstance
().
RegisterRandomStream
(
"qgran"
);
corsika
::
random
::
RNGManager
::
GetInstance
().
SeedAll
(
11111
);
SECTION
(
"InteractionInterface"
)
{
Loading