From 86bd2b29f2502ba6d94360a0776e6f35d17b6504 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 8 Nov 2010 21:06:24 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5230 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- python/examples/viz_pymol.py | 2 +- python/examples/vizplotgui_gl.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/examples/viz_pymol.py b/python/examples/viz_pymol.py index 887c523c7a..316b48b353 100755 --- a/python/examples/viz_pymol.py +++ b/python/examples/viz_pymol.py @@ -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: diff --git a/python/examples/vizplotgui_gl.py b/python/examples/vizplotgui_gl.py index 2cf08dae68..e134c8791d 100755 --- a/python/examples/vizplotgui_gl.py +++ b/python/examples/vizplotgui_gl.py @@ -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()