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
+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
)
{
}