git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5318 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#!/usr/local/bin/python -i
|
||||
# preceeding line should have path for Python on your machine
|
||||
|
||||
# vizplotgui.py
|
||||
# Purpose: viz running LAMMPS simulation with plot and GUI
|
||||
# Syntax: vizplotgui.py in.lammps Nfreq compute-ID
|
||||
# vizplotgui_atomeye.py
|
||||
# Purpose: viz running LAMMPS simulation via AtomEye with plot and GUI
|
||||
# Syntax: vizplotgui_atomeye.py in.lammps Nfreq compute-ID
|
||||
# in.lammps = LAMMPS input script
|
||||
# Nfreq = plot data point and viz shapshot every this many steps
|
||||
# compute-ID = ID of compute that calculates temperature
|
||||
@ -49,7 +49,7 @@ def update(ntimestep):
|
||||
|
||||
argv = sys.argv
|
||||
if len(argv) != 4:
|
||||
print "Syntax: vizplotgui.py in.lammps Nfreq compute-ID"
|
||||
print "Syntax: vizplotgui_atomeye.py in.lammps Nfreq compute-ID"
|
||||
sys.exit()
|
||||
|
||||
infile = sys.argv[1]
|
||||
|
||||
Reference in New Issue
Block a user