Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -40,7 +40,7 @@
// Created: 1996-02-08
// Author: Juliet Armstrong
// Updated: 2011-10-13 by Peter Gumplinger
// remove the class: simply typedef to G4PhysicsOrderedFreeVector
// remove the class: simply typedef to G4PhysicsFreeVector
//
////////////////////////////////////////////////////////////////////////
@@ -51,12 +51,12 @@
// Includes
/////////////
#include "G4PhysicsOrderedFreeVector.hh"
#include "G4PhysicsFreeVector.hh"
/////////////////////
// Class Definition
/////////////////////
typedef G4PhysicsOrderedFreeVector G4MaterialPropertyVector;
typedef G4PhysicsFreeVector G4MaterialPropertyVector;
#endif /* G4MaterialPropertyVector_h */