Import Geant4 10.6.2 source tree

This commit is contained in:
Gabriele Cosmo
2020-05-29 14:54:29 +02:00
parent 8c87fe78c4
commit c02c370437
448 changed files with 23779 additions and 31516 deletions
+2 -3
View File
@@ -424,11 +424,10 @@ void G4UIcontrolMessenger::SetNewValue(G4UIcommand * command,G4String newValue)
command->ResetFailure();
if(std::getenv(newValue))
{
G4String st = "/control/alias ";
st += newValue;
G4String st = newValue;
st += " ";
st += std::getenv(newValue);
UI->ApplyCommand(st);
UI->SetAlias(st.c_str());
}
else
{