Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4Hype.hh 72937 2013-08-14 13:20:38Z gcosmo $
// $Original: G4Hype.hh,v 1.0 1998/06/09 16:57:50 safai Exp $
//
//
@@ -122,7 +122,6 @@ class G4Hype : public G4VSolid
void DescribeYourselfTo (G4VGraphicsScene& scene) const;
G4VisExtent GetExtent () const;
G4Polyhedron* CreatePolyhedron () const;
G4NURBS* CreateNURBS () const;
G4Polyhedron* GetPolyhedron () const;
public: // without description
@@ -197,6 +196,8 @@ class G4Hype : public G4VSolid
G4double fCubicVolume;
G4double fSurfaceArea;
G4double fHalfTol;
mutable G4Polyhedron* fpPolyhedron;
};