Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
+15 -1
View File
@@ -1,4 +1,4 @@
$Id: History 96992 2016-05-19 15:20:48Z gcosmo $
$Id: History 101714 2016-11-22 08:53:13Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,20 @@ committal in the CVS repository !
History file for visualization/VRML sub-category
------------------------------------------------
19th November 2016 John Allison (VRML-V10-02-03)
- Fixed the GetColour() problem.
11th September 2016 John Allison (VRML-V10-02-02)
- GetColour/GetColor no longer takes an argument.
- Make sure applicable vis attributes are obtained.
// Get and check applicable vis attributes.
// fpVisAttribs = fpViewer->GetApplicableVisAttributes(fpVisAttribs);
// Note: the vis attributes may have been modified by the viewer. See
// code in G4VViewer::GetApplicableVisAttributes.
31st August 2016 John Allison (VRML-V10-02-01)
- Fix G4Orb and G4Ellipsoid hiding warnings.
19th May 2016 John Allison (VRML-V10-02-00)
- Fixed gcc-6.1 warnings.