Import Geant4 10.3.1 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History 101819 2016-12-01 08:13:36Z gcosmo $
|
||||
$Id: History 102532 2017-02-08 13:44:45Z gcosmo $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,11 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
13-December-2016 G.Cosmo (geom-specific-V10-02-26)
|
||||
- Correction in G4UExtrudedSolid to signature for CalculateExtent().
|
||||
Fixes issue of undefined symbol if extruded-solid not included in the
|
||||
list of VecGeom wrappers to activate.
|
||||
|
||||
30-November-2016 E.Tcherniaev (geom-specific-V10-02-25)
|
||||
- Call RemoveRedundantVertices() from G4GeomTools in CalculateExtent()
|
||||
for G4Polycone, G4Polyhedra and related USolids wrappers.
|
||||
|
||||
@@ -260,10 +260,10 @@ void G4UExtrudedSolid::Extent(G4ThreeVector& pMin, G4ThreeVector& pMax) const
|
||||
// Calculate extent under transform and specified limit
|
||||
|
||||
G4bool
|
||||
G4ExtrudedSolid::CalculateExtent(const EAxis pAxis,
|
||||
const G4VoxelLimits& pVoxelLimit,
|
||||
const G4AffineTransform& pTransform,
|
||||
G4double& pMin, G4double& pMax) const
|
||||
G4UExtrudedSolid::CalculateExtent(const EAxis pAxis,
|
||||
const G4VoxelLimits& pVoxelLimit,
|
||||
const G4AffineTransform& pTransform,
|
||||
G4double& pMin, G4double& pMax) const
|
||||
{
|
||||
G4ThreeVector bmin, bmax;
|
||||
G4bool exist;
|
||||
|
||||
Reference in New Issue
Block a user