Import Geant4 7.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 12:11:21 +02:00
parent 516dbf1a58
commit d93e1e39a9
5384 changed files with 125662 additions and 82444 deletions
+16 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.60 2004/12/02 15:31:18 gcosmo Exp $
$Id: History,v 1.65 2005/06/02 16:51:56 allison Exp $
-------------------------------------------------------------------
=========================================================
@@ -20,6 +20,21 @@ committal in the CVS repository !
History file for visualization/OpenInventor
-------------------------------------------
2nd June 2005 John Allison (openinventor-V07-00-02)
- Changed char* to const char* in gl2psMsg.
27th May 2005 John Allison (openinventor-V07-00-01)
- Implemented marker sizes.
25th May 2005 Guy Barrand (openinventor-V07-00-00)
- G4OpenInventorTransform3D.cc : use the CLHEP::Transform3D::operator(i,j)
to initialize the m array in order to be compatible with new versions
of CLHEP.
19th March 2005 Guy Barrand
- SoCounterAction.cc : remove extra ';' at end of SO_ACTION_SOURCE.
Code with ';;' does not compile with the "-pedantic" mode of g++-3.4.
26th November 2004 Guy Barrand (openinventor-V06-02-02)
- G4OpenInventorXtViewer, SoPolyhedron, SoCounterAction.h :
correct some warnings on g++-3.2.1 (reported by Tom Roberts).