Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4GeometryCell.hh,v 1.6 2006/06/29 18:15:49 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: G4GeometryCell.hh,v 1.7 2010/07/02 09:36:50 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04 $
//
// ----------------------------------------------------------------------
// Class G4GeometryCell
@@ -68,8 +68,8 @@ public: // with description
G4GeometryCell &operator=(const G4GeometryCell &rhs);
private:
const G4VPhysicalVolume *fVPhysiclaVolume;
// pinter to the G4VPhysicalVolume of the "cell"
const G4VPhysicalVolume *fVPhysicalVolume;
// pointer to the G4VPhysicalVolume of the "cell"
// it is treated as identifyer
G4int fRepNum;