Skip to content
Snippets Groups Projects

undefined variable was defined

Merged Konstantin Gertsenberger requested to merge bug_g4config.C into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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