Trisurf Monte Carlo simulator
Samo Penic
2017-01-04 97264e53840b3544fef002d30cb80d6e9942139b
Some fixes in python code
2 files modified
3 ■■■■ changed files
python/networkedExample.py 3 ●●●● patch | view | raw | blame | history
python/trisurf/VTKRendering.py patch | view | raw | blame | history
python/networkedExample.py
@@ -1,3 +1,4 @@
#!/usr/bin/python3
from trisurf import trisurf
from trisurf import tsmgr
@@ -21,7 +22,7 @@
Runs=[run2, run3]
hosts=({'name':'natalie','address':'kabinet.penic.eu', 'runs':Runs, 'username':'samo'},
hosts=({'name':'Hestia','address':'kabinet.penic.eu', 'runs':Runs, 'username':'samo'},
    {'name':'altea','address':'127.0.0.1', 'runs':Runs, 'username':'samo'})
tsmgr.start(hosts)
python/trisurf/VTKRendering.py