Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Version.hh,v 1.4 2006/06/29 19:03:39 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4Version.hh,v 1.7 2006/11/15 12:14:03 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-02 $
//
// Version information
//
@@ -46,18 +46,18 @@
// |--> patch number
#ifndef G4VERSION_NUMBER
#define G4VERSION_NUMBER 810
#define G4VERSION_NUMBER 820
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-08-01 $"
#define G4VERSION_TAG "$Name: geant4-08-02 $"
#endif
// as variables
#include "G4String.hh"
static const G4String G4Version = "$Name: geant4-08-01 $";
static const G4String G4Date = "(30-June-2006)";
static const G4String G4Version = "$Name: geant4-08-02 $";
static const G4String G4Date = "(15-December-2006)";
#endif