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")
|
lmp.command("run 0 pre yes post no")
|
||||||
ntimestep = 0
|
ntimestep = 0
|
||||||
|
|
||||||
# wrapper on GL window via Pizza.py gl tool
|
# wrapper on PyMol
|
||||||
# just proc 0 handles reading of dump file and viz
|
# just proc 0 handles reading of dump file and viz
|
||||||
|
|
||||||
if me == 0:
|
if me == 0:
|
||||||
|
|||||||
@ -78,13 +78,13 @@ ntimestep = 0
|
|||||||
xaxis = [ntimestep]
|
xaxis = [ntimestep]
|
||||||
yaxis = [value]
|
yaxis = [value]
|
||||||
|
|
||||||
# wrapper on GL window via Pizza.py gl tool
|
|
||||||
# just proc 0 handles reading of dump file and viz
|
|
||||||
|
|
||||||
breakflag = 0
|
breakflag = 0
|
||||||
runflag = 0
|
runflag = 0
|
||||||
temptarget = 1.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:
|
if me == 0:
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
tkroot = Tk()
|
tkroot = Tk()
|
||||||
|
|||||||
Reference in New Issue
Block a user