Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Computing
cbmroot
Merge requests
!662
Use latest FairSoft/FairRoot versions on macosx 12
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use latest FairSoft/FairRoot versions on macosx 12
f.uhlig/cbmroot:fix_latest_fairsoft
into
master
Overview
1
Commits
2
Pipelines
1
Changes
2
Merged
Florian Uhlig
requested to merge
f.uhlig/cbmroot:fix_latest_fairsoft
into
master
3 years ago
Overview
1
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
88e5f5ef
2 commits,
3 years ago
2 files
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
MQ/base/CbmMQChannels.h
+
2
−
1
Options
@@ -5,10 +5,11 @@
#ifndef CBMMQCHANNELS_H_
#define CBMMQCHANNELS_H_
#include
"FairMQDevice.h"
#include
<string>
#include
<vector>
class
FairMQDevice
;
class
CbmMQChannels
{
public:
Loading