Import Geant4 10.6.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2019-06-28 11:59:04 +02:00
parent 28a70706e0
commit d0f911957d
1056 changed files with 95168 additions and 78160 deletions
+2 -2
View File
@@ -31,12 +31,12 @@
#include "G4UIsession.hh"
G4int G4UIsession::inSession = 0;
G4UIsession::G4UIsession() : ifBatch(0)
G4UIsession::G4UIsession() : ifBatch(0) , lastRC(0)
{
inSession++;
}
G4UIsession::G4UIsession(G4int iBatch) : ifBatch(iBatch)
G4UIsession::G4UIsession(G4int iBatch) : ifBatch(iBatch) , lastRC(0)
{;}
G4UIsession::~G4UIsession()