Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VTwistSurface.hh,v 1.6 2007-05-11 13:54:28 gcosmo Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//
// --------------------------------------------------------------------
@@ -48,6 +47,8 @@
#ifndef __G4VTWISTSURFACE__
#define __G4VTWISTSURFACE__
#include <CLHEP/Units/SystemOfUnits.h>
#include "G4VSolid.hh"
#include "geomdefs.hh"
@@ -377,7 +378,7 @@ G4bool DistanceSort( const Intersection &a, const Intersection &b)
inline
G4bool EqualIntersection( const Intersection &a, const Intersection &b)
{
return ( ( a.xx - b.xx ).mag() < 1E-9*mm ) ;
return ( ( a.xx - b.xx ).mag() < 1E-9*CLHEP::mm ) ;
}
#include "G4VTwistSurface.icc"