Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: RE02PSCellFlux.cc,v 1.2 2006/12/13 15:43:05 gunter Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: RE02PSCellFlux.cc,v 1.3 2007/05/18 18:16:28 asaim Exp $
// GEANT4 tag $Name: geant4-09-00 $
//
// RE02PSCellFlux
#include "RE02PSCellFlux.hh"
@@ -69,5 +69,5 @@ G4int RE02PSCellFlux::GetIndex(G4Step* aStep)
G4int iy = touchable->GetReplicaNumber(2);
G4int iz = touchable->GetReplicaNumber(0);
return iy*fNx*fNy+ix*fNz+iz;
return iy*fNx*fNz+ix*fNz+iz;
}