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
+4 -9
View File
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id$
// $Id: G4Orb.cc 76263 2013-11-08 11:41:52Z gcosmo $
//
// class G4Orb
//
@@ -37,10 +37,10 @@
//
//////////////////////////////////////////////////////////////
#include <assert.h>
#include "G4Orb.hh"
#if !defined(G4GEOM_USE_UORB)
#include "G4VoxelLimits.hh"
#include "G4AffineTransform.hh"
#include "G4GeometryTolerance.hh"
@@ -53,8 +53,6 @@
#include "G4VGraphicsScene.hh"
#include "G4Polyhedron.hh"
#include "G4NURBS.hh"
#include "G4NURBSbox.hh"
using namespace CLHEP;
@@ -723,7 +721,4 @@ G4Polyhedron* G4Orb::CreatePolyhedron () const
return new G4PolyhedronSphere (0., fRmax, 0., 2*pi, 0., pi);
}
G4NURBS* G4Orb::CreateNURBS () const
{
return new G4NURBSbox (fRmax, fRmax, fRmax); // Box for now!!!
}
#endif