Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+1 -3
View File
@@ -16,9 +16,7 @@ c= test12.AClass()
c.ival=30
v= test12.AVector()
v.push_back(a)
v.push_back(b)
v.push_back(c)
v[:]= [a, b, c]
print "*** size of vector= ", len(v)
x=v[0]
+1 -1
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
// $Id: test12.cc,v 1.4 2006/06/29 15:39:23 gunter Exp $
// $Name: geant4-09-00 $
// $Name: geant4-09-01 $
// ====================================================================
// test12.cc
//