Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
+5 -8
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Box.cc,v 1.16 2001/07/11 09:59:55 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4Box.cc,v 1.17 2002/01/10 15:42:24 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//
//
@@ -725,8 +725,8 @@ G4double G4Box::DistanceToOut(const G4ThreeVector& p) const
G4cout << "p.x() = " << p.x()/mm << " mm" << G4endl ;
G4cout << "p.y() = " << p.y()/mm << " mm" << G4endl ;
G4cout << "p.z() = " << p.z()/mm << " mm" << G4endl << G4endl ;
G4Exception("Invalid call in G4Box::DistanceToOut(p), point p is outside") ;
// G4cout << "G4Box::DistanceToOut(p),point p is outside ?!" << G4endl ;
G4cout << "G4Box::DistanceToOut(p) - point p is outside ?!" << G4endl ;
// G4Exception("Invalid call in G4Box::DistanceToOut(p), point p is outside") ;
}
#endif
@@ -787,7 +787,7 @@ G4Box::CreateRotatedVertices(const G4AffineTransform& pTransform) const
}
else
{
G4Exception("G4Box::CreateRotatedVertices Out of memory - Cannot alloc vertices");
G4Exception("G4Box::CreateRotatedVertices - Out of memory !");
}
return vertices;
}
@@ -815,6 +815,3 @@ G4NURBS* G4Box::CreateNURBS () const
{
return new G4NURBSbox (fDx, fDy, fDz);
}