git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5230 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-11-08 21:06:24 +00:00
parent 140780bcd6
commit 86bd2b29f2
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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()