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
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ProjectedSurface.cc,v 2.3 1998/10/20 16:33:56 broglia Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4ProjectedSurface.cc,v 1.2 1999/05/20 17:39:22 japost Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
#include "G4ProjectedSurface.hh"
@@ -90,10 +90,10 @@ void G4ProjectedSurface::CalcBBox()
// Loop to search the whole control point mesh
// for the minimum and maximum values for x and y.
G4double box_minx,box_miny,box_maxx,box_maxy;
box_minx = INFINITY;
box_miny = INFINITY;
box_maxx = -INFINITY;
box_maxy = -INFINITY;
box_minx = kInfinity;
box_miny = kInfinity;
box_maxx = -kInfinity;
box_maxy = -kInfinity;
G4double bminx,bminy,bmaxx,bmaxy,tmpx,tmpy;
bminx = box_minx; bminy = box_miny;