dashboard
repositories
filestore
activity
search
login
main
/
trisurf-ng
Trisurf Monte Carlo simulator
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Stated with python script
Samo Penic
2016-03-03
bc14fba27f50fa7ba7c3643c510631ad8d33a6a1
[trisurf-ng.git]
/
python
/
tsmgr
1
2
3
4
5
6
7
8
9
#!/usr/bin/python3
from trisurf import trisurf
run1=trisurf.Runner(tape='tape')
print(run1)
print(run1.tape.getValue('nshell'))