Import Geant4 10.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2017-12-08 12:52:30 +01:00
parent 98e455a940
commit fc6af9e721
2166 changed files with 276760 additions and 100873 deletions
+6 -1
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4UImanager.cc 102561 2017-02-09 08:16:05Z gcosmo $
// $Id: G4UImanager.cc 106172 2017-09-15 13:03:57Z gcosmo $
//
//
// ---------------------------------------------------------------------
@@ -168,6 +168,11 @@ G4int G4UImanager::operator==(const G4UImanager &right) const
G4int G4UImanager::operator!=(const G4UImanager &right) const
{ return (this!=&right); }
void G4UImanager::UseDoublePrecisionStr(G4bool val)
{ doublePrecisionStr = val; }
G4bool G4UImanager::DoublePrecisionStr()
{ return doublePrecisionStr; }
G4String G4UImanager::GetCurrentValues(const char * aCommand)
{
G4String theCommand = aCommand;