Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
+4 -4
View File
@@ -21,13 +21,13 @@
// ********************************************************************
//
//
// $Id: G4SteppingManager2.cc,v 1.1.2.1 2001/06/28 19:15:30 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4SteppingManager2.cc,v 1.4 2001/11/07 13:14:45 radoone Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
//
//---------------------------------------------------------------
//
// G4SteppingManager.icc
// G4SteppingManager2.cc
//
// Description:
// This class represents the manager who steers to move the give
@@ -223,7 +223,7 @@ void G4SteppingManager::InvokeAtRestDoItProcs()
fN2ndariesAtRestDoIt = 0;
shortestLifeTime = DBL_MAX;
int NofInactiveProc=0;
unsigned int NofInactiveProc=0;
for( size_t ri=0 ; ri < MAXofAtRestLoops ; ri++ ){
fCurrentProcess = (*fAtRestGetPhysIntVector)[ri];
if (fCurrentProcess== NULL) {