From 36da9223ec438cbc594234f50fc530956a3d5f87 Mon Sep 17 00:00:00 2001
From: Richard Berger <richard.berger@temple.edu>
Date: Wed, 15 Mar 2017 22:55:51 -0400
Subject: [PATCH] Fix dump cfg in vizplotgui_atomeye.py example

---
 python/examples/vizplotgui_atomeye.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/examples/vizplotgui_atomeye.py b/python/examples/vizplotgui_atomeye.py
index 02f119b726..8f5f4e3dff 100755
--- a/python/examples/vizplotgui_atomeye.py
+++ b/python/examples/vizplotgui_atomeye.py
@@ -73,7 +73,7 @@ lmp = lammps()
 
 lmp.file(infile)
 lmp.command("thermo %d" % nfreq)
-lmp.command("dump python all cfg %d tmp.cfg.* id type xs ys zs" % nfreq)
+lmp.command("dump python all cfg %d tmp.cfg.* mass type xs ys zs id" % nfreq)
 
 # initial 0-step run to generate initial 1-point plot, dump file, and image
 
-- 
GitLab