Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mpdroot
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
NICA
mpdroot
Merge requests
!12
undefined variable was defined
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
undefined variable was defined
bug_g4config.C
into
dev
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Konstantin Gertsenberger
requested to merge
bug_g4config.C
into
dev
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
c73bfdd8
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
gconfig/g4Config.C
+
1
−
1
Options
@@ -49,7 +49,7 @@ void Config()
/// (verbose level, global range cut, ..)
TString
configm
(
gSystem
->
Getenv
(
"VMCWORKDIR"
));
configm1
=
configm
+
"/gconfig/g4config.in"
;
TString
configm1
=
configm
+
"/gconfig/g4config.in"
;
cout
<<
" -I g4Config() using g4conf macro: "
<<
configm1
<<
endl
;
// set the common cuts
Loading