Import Geant4 10.5.1 source tree

This commit is contained in:
Gabriele Cosmo
2019-04-17 10:39:02 +02:00
parent a7fdc52004
commit 28a70706e0
661 changed files with 55791 additions and 106984 deletions
+3 -3
View File
@@ -113,7 +113,7 @@
enum G4State { kStateUndefined = 0, kStateSolid, kStateLiquid, kStateGas };
static const G4double NTP_Temperature = 293.15;
static const G4double NTP_Temperature = 293.15*CLHEP::kelvin;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -282,8 +282,8 @@ public: // with description
private:
// operators
G4int operator==(const G4Material&) const = delete;
G4int operator!=(const G4Material&) const = delete;
G4bool operator==(const G4Material&) const = delete;
G4bool operator!=(const G4Material&) const = delete;
G4Material(const G4Material&) = delete;
const G4Material& operator=(const G4Material&) = delete;