Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
$Id: History 77479 2013-11-25 10:01:22Z gcosmo $
$Id: History 78838 2014-01-28 08:46:17Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,9 @@ committal in the CVS repository !
History file for visualization/VRML sub-category
------------------------------------------------
10th December 2013 John Allison (VRML-V10-00-00)
- G4VRML1/2File.cc: Declared as G4VGraphicsSystem::fileWriter.
15th November 2013 John Allison (VRML-V09-06-05)
- Some changes as suggested by PVS.
+2 -2
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VRML1File.cc 66373 2012-12-18 09:41:34Z gcosmo $
// $Id: G4VRML1File.cc 78838 2014-01-28 08:46:17Z gcosmo $
//
// G4VRML1File.cc
// Satoshi Tanaka & Yasuhide Sawada
@@ -42,7 +42,7 @@
G4VRML1File::G4VRML1File() :
G4VGraphicsSystem("VRML1FILE", "VRML1FILE", G4VGraphicsSystem::threeD)
G4VGraphicsSystem("VRML1FILE", "VRML1FILE", G4VGraphicsSystem::fileWriter)
{
}
+3 -2
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VRML2File.cc 66373 2012-12-18 09:41:34Z gcosmo $
// $Id: G4VRML2File.cc 78838 2014-01-28 08:46:17Z gcosmo $
//
// G4VRML2File.cc
// Satoshi Tanaka & Yasuhide Sawada
@@ -42,7 +42,8 @@
G4VRML2File::G4VRML2File() :
G4VGraphicsSystem("VRML2FILE", "VRML2FILE", G4VGraphicsSystem::threeD)
G4VGraphicsSystem("VRML2FILE", "VRML2FILE", G4VGraphicsSystem::fileWriter
)
{
}