Import Geant4 8.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:07:44 +02:00
parent fe73f43734
commit 75c7fd177d
764 changed files with 45230 additions and 95238 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Version.hh,v 1.7 2006/11/15 12:14:03 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-02 $
// $Id: G4Version.hh,v 1.9 2007/04/25 11:40:40 gcosmo Exp $
// GEANT4 tag $Name: geant4-08-03 $
//
// Version information
//
@@ -46,18 +46,18 @@
// |--> patch number
#ifndef G4VERSION_NUMBER
#define G4VERSION_NUMBER 820
#define G4VERSION_NUMBER 830
#endif
#ifndef G4VERSION_TAG
#define G4VERSION_TAG "$Name: geant4-08-02 $"
#define G4VERSION_TAG "$Name: geant4-08-03 $"
#endif
// as variables
#include "G4String.hh"
static const G4String G4Version = "$Name: geant4-08-02 $";
static const G4String G4Date = "(15-December-2006)";
static const G4String G4Version = "$Name: geant4-08-03 $";
static const G4String G4Date = "(5-May-2007)";
#endif