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