Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: pyG4VUserDetectorConstruction.cc,v 1.5 2006/06/29 15:35:27 gunter Exp $
// $Name: geant4-09-00 $
// $Id: pyG4VUserDetectorConstruction.cc,v 1.6 2007/07/10 07:09:51 kmura Exp $
// $Name: geant4-09-01 $
// ====================================================================
// pyG4VUserDetectorConstruction.cc
//
@@ -45,7 +45,7 @@ struct CB_G4VUserDetectorConstruction :
G4VUserDetectorConstruction, wrapper<G4VUserDetectorConstruction> {
G4VPhysicalVolume* Construct() {
get_override("Construct")();
return get_override("Construct")();
}
};