We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f7a81 commit 304f0afCopy full SHA for 304f0af
fairtools/MCConfigurator/FairYamlVMCConfig.cxx
@@ -69,7 +69,7 @@ void FairYamlVMCConfig::SetupPostInit(const char* mcEngine)
69
if (!((strcmp(mcEngine, "TGeant4") == 0))) {
70
LOG(fatal) << "FairYamlVMCConfig::SetupPostInit() only valid for TGeant4.";
71
}
72
- LOG(info) << "Loading Geant4 PostInit Config." << endl;
+ LOG(info) << "Loading Geant4 PostInit Config.";
73
74
TString work = getenv("VMCWORKDIR");
75
TString work_config = work + "/gconfig/";
0 commit comments