Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
$Id: History 88190 2015-02-02 17:24:54Z gcosmo $
$Id: History 96992 2016-05-19 15:20:48Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,9 @@ committal in the CVS repository !
History file for visualization/VRML sub-category
------------------------------------------------
19th May 2016 John Allison (VRML-V10-02-00)
- Fixed gcc-6.1 warnings.
2nd February 2015 Gabriele Cosmo (VRML-V10-01-00)
- Fix to sources.cmake script to include missing dependency on external library.
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VRML1SceneHandlerFunc.icc 76287 2013-11-08 13:03:49Z gcosmo $
// $Id: G4VRML1SceneHandlerFunc.icc 96992 2016-05-19 15:20:48Z gcosmo $
//
// G4VRML1SceneHandlerFunc.icc
// Satoshi Tanaka & Yasuhide Sawada
@@ -397,7 +397,7 @@ void G4VRML1SCENEHANDLER::AddPrimitive( const G4Text& )
" not implemented yet."
<< "\n";
VRMLBeginModeling () ;
VRMLBeginModeling () ;
}
void G4VRML1SCENEHANDLER::AddPrimitive( const G4Circle& circle )
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VRML2SceneHandlerFunc.icc 68043 2013-03-13 14:27:49Z gcosmo $
// $Id: G4VRML2SceneHandlerFunc.icc 96992 2016-05-19 15:20:48Z gcosmo $
//
// G4VRML2SceneHandlerFunc.icc
// Satoshi Tanaka & Yasuhide Sawada
@@ -312,7 +312,7 @@ void G4VRML2SCENEHANDLER::AddPrimitive( const G4Text& )
" not implemented yet."
<< "\n";
VRMLBeginModeling () ;
VRMLBeginModeling () ;
}