Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VPhysicalVolume.cc 74466 2013-10-07 15:36:32Z gcosmo $
// $Id: G4VPhysicalVolume.cc 83991 2014-09-26 09:22:26Z gcosmo $
//
//
// class G4VPhysicalVolume Implementation
@@ -106,9 +106,6 @@ G4VPhysicalVolume::G4VPhysicalVolume( __void__& )
//
instanceID = subInstanceManager.CreateSubInstance();
this->SetRotation( 0 ); // G4MT_rot = 0;
this->SetTranslation( G4ThreeVector(0., 0., 0.) ); // G4MT_trans = ...
G4PhysicalVolumeStore::Register(this);
}