Import Geant4 8.1.0 source tree
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/python
|
||||
# ==================================================================
|
||||
# python script for Geant4Py test
|
||||
#
|
||||
#
|
||||
# ==================================================================
|
||||
import test07
|
||||
|
||||
acolor= test07.Color().red
|
||||
|
||||
print acolor==test07.Color().red
|
||||
print acolor==test07.Color().blue
|
||||
print acolor==test07.Color().yellow
|
||||
|
||||
Reference in New Issue
Block a user