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