git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5230 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -44,7 +44,7 @@ lmp.command("dump python all atom %d tmp.dump" % nfreq)
|
||||
lmp.command("run 0 pre yes post no")
|
||||
ntimestep = 0
|
||||
|
||||
# wrapper on GL window via Pizza.py gl tool
|
||||
# wrapper on PyMol
|
||||
# just proc 0 handles reading of dump file and viz
|
||||
|
||||
if me == 0:
|
||||
|
||||
@ -78,13 +78,13 @@ ntimestep = 0
|
||||
xaxis = [ntimestep]
|
||||
yaxis = [value]
|
||||
|
||||
# wrapper on GL window via Pizza.py gl tool
|
||||
# just proc 0 handles reading of dump file and viz
|
||||
|
||||
breakflag = 0
|
||||
runflag = 0
|
||||
temptarget = 1.0
|
||||
|
||||
# wrapper on GL window via Pizza.py gl tool
|
||||
# just proc 0 handles reading of dump file and viz
|
||||
|
||||
if me == 0:
|
||||
from Tkinter import *
|
||||
tkroot = Tk()
|
||||
|
||||
Reference in New Issue
Block a user