Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
+26 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.54 1999/12/07 11:05:52 johna Exp $
$Id: History,v 1.59 2000/01/17 10:36:40 johna Exp $
-------------------------------------------------------------------
=========================================================
@@ -24,6 +24,31 @@ committal in the CVS repository !
History file for visualization category
---------------------------------------
vis-V01-00-03 17th January 2000 John Allison
- Added protection for no voxelisation in G4LogicalVolumeModel.cc.
- Changed endl to G4endl in G4VisCommandsViewer.cc and G4GoSceneHandler.cc.
14th January 2000 John Allison
- Added protection for no viewer in G4VisCommandsViewer.cc.
vis-V01-00-02 11th January 2000 John Allison
- General handling of displaced solid (G4PhysicalVolumeModel).
- Introduced /vis/viewer/show (/vis/viewer/update is synonym).
- Improved printing in /vis/camera/reset.
vis-V01-00-01 27th December 1999 Satoshi Tanaka
- VRML-V01-00-00 27th December 1999 Satoshi Tanaka
- G4endl ==> "\n" for fDest objects ... for ISO standard C++ compiler
vis-V01-00-00 16th December 1999 John Allison
- (Note: NOT FOR SYSTEM TESTING - this tag still has problems with
displaying logical volumes and text.)
- Added /vis/viewer/refresh.
- Rationalised command lists for keeping parameter lists up to date,
G4VVisCommand::sceneNameCommands, etc.
- Added AddThis(const G4Polycone&), etc., to prevent hiding warnings.
- Developments in test - see test/History.
vis-V00-01-14a 7th December 1999 John Allison
- Added `class' keyword in friend statement in G4VisStateDependent.hh
to keep HP happy.