Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
@@ -125,7 +125,7 @@ G4double G4Surface::ClosestDistanceToPoint(const G4Point3D& Pt)
// Be carreful ! pointdistance is the squared distance
return sqrt(pointDistance);
// G4double PointDistance=INFINITY;
// G4double PointDistance=kInfinity;
// G4double TmpDistance=0;
// PointDistance = OuterBoundary->ClosestDistanceToPoint(Pt);
// TmpDistance =0;
@@ -138,7 +138,7 @@ G4double G4Surface::ClosestDistanceToPoint(const G4Point3D& Pt)
//G4double G4Boundary::ClosestDistanceToPoint(const G4ThreeVec& Pt)
//{
// G4double PointDistance = INFINITY;
// G4double PointDistance = kInfinity;
// G4double TmpDistance = 0;
// for(int a =0; a < NumberOfPoints;a++)
// {