Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4VisManager.cc,v 1.43 2001/12/03 11:46:38 stesting Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4VisManager.cc,v 1.45 2002/04/26 21:23:31 asaim Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//
// GEANT4 Visualization Manager - John Allison 02/Jan/1996.
@@ -689,7 +689,7 @@ void G4VisManager::GeometryHasChanged () {
else {
pScene->CalculateExtent();
G4UImanager::GetUIpointer () ->
ApplyCommand ("/vis/scene/notifyHandlers " + pScene->GetName());
ApplyCommand (G4String("/vis/scene/notifyHandlers " + pScene->GetName()));
}
}
}
@@ -1141,7 +1141,7 @@ G4VisManager::GetVerbosityValue(const G4String& verbosityString) {
G4cout << "ERROR: G4VisManager::GetVerbosityValue: invalid verbosity \""
<< verbosityString << "\"\n"
<< VerbosityGuidanceString
<< "\n Returning \"warnings\" == " << warnings
<< "\n Returning \"warnings\" == " << (G4int)warnings
<< G4endl;
verbosity = warnings;
}