Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
atlas
athena
Merge requests
!20752
Removed extra printout to avoid CI failures
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Removed extra printout to avoid CI failures
mmuskinj/athena:master-fix-AthRNGSvc-printout
into
master
Overview
3
Commits
1
Pipelines
1
Changes
1
Merged
Miha Muskinja
requested to merge
mmuskinj/athena:master-fix-AthRNGSvc-printout
into
master
6 years ago
Overview
3
Commits
1
Pipelines
1
Changes
1
Expand
Fixes
!20700 (comment 2304496)
.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3c53d8de
1 commit,
6 years ago
1 file
+
0
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Control/RngComps/src/AthRNGSvc.cxx
+
0
−
2
Options
@@ -43,8 +43,6 @@ StatusCode AthRNGSvc::initialize()
return
StatusCode
::
FAILURE
;
}
ATH_MSG_INFO
(
"Selected random engine:
\"
"
<<
m_rngType
<<
"
\"
"
);
return
StatusCode
::
SUCCESS
;
}
Loading