Import Geant4 11.0.0 source tree
This commit is contained in:
committed by
Ben Morgan
parent
6399a014b6
commit
80e2389dd8
@@ -44,7 +44,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef G4VERSION_TAG
|
||||
#define G4VERSION_TAG "$Name: geant4-11-00-beta-01 $"
|
||||
#define G4VERSION_TAG "$Name: geant4-11-00 $"
|
||||
#endif
|
||||
|
||||
// as variables
|
||||
@@ -53,10 +53,10 @@
|
||||
#include "G4Types.hh"
|
||||
|
||||
#ifdef G4MULTITHREADED
|
||||
static const G4String G4Version = "$Name: geant4-11-00-beta-01 [MT]$";
|
||||
static const G4String G4Version = "$Name: geant4-11-00 [MT]$";
|
||||
#else
|
||||
static const G4String G4Version = "$Name: geant4-11-00-beta-01 $";
|
||||
static const G4String G4Version = "$Name: geant4-11-00 $";
|
||||
#endif
|
||||
static const G4String G4Date = "(25-June-2021)";
|
||||
static const G4String G4Date = "(10-December-2021)";
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user