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]