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