Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+2 -2
View File
@@ -531,7 +531,7 @@ G4UIcommandTree * G4UIGAG::FindDirPath(const G4String& newCommand)
void G4UIGAG::SendCommandProperties(G4UIcommandTree * tree)
{
if( tree == NULL ) {
G4cerr << "GetTree() returnes null." << G4endl;
G4cerr << "GetTree() returns null." << G4endl;
return;
}
if (uiMode == java_mode){
@@ -549,7 +549,7 @@ void G4UIGAG::SendCommandProperties(G4UIcommandTree * tree)
void G4UIGAG::SendParameterProperties(G4UIcommandTree * tree)
{
if( tree == NULL ) {
G4cerr << "GetTree() returnes null." << G4endl;
G4cerr << "GetTree() returns null." << G4endl;
return;
}
if (uiMode == java_mode){
+2 -2
View File
@@ -647,7 +647,7 @@ G4UIcommandTree* G4UIGainServer::FindDirPath(G4String newCommand){
void G4UIGainServer::SendCommandProperties(G4UIcommandTree* tree){
//////////////////////////////////////////////////////////
if( tree == NULL ) {
G4cerr << "GetTree() returnes null." << G4endl;
G4cerr << "GetTree() returns null." << G4endl;
return;
}
if (uiMode == java_mode){
@@ -662,7 +662,7 @@ void G4UIGainServer::SendCommandProperties(G4UIcommandTree* tree){
void G4UIGainServer::SendParameterProperties(G4UIcommandTree* tree){
////////////////////////////////////////////////////////////
if( tree == NULL ) {
G4cerr << "GetTree() returnes null." << G4endl;
G4cerr << "GetTree() returns null." << G4endl;
return;
}
if (uiMode == java_mode){