mirror of
https://github.com/ParticulateFlow/LPP.git
synced 2025-12-08 06:37:46 +00:00
12 lines
215 B
Python
12 lines
215 B
Python
# simple test of vtk tool
|
|
# requires files/dump.peptide.*
|
|
# creates tmp*.vtk
|
|
|
|
d = dump("files/dump.peptide.*")
|
|
v = vtk(d)
|
|
v.one()
|
|
v.many()
|
|
v.single(0,"tmp.single")
|
|
|
|
print "all done ... type CTRL-D to exit Pizza.py"
|