From 29550d472d23343c5d925bf64c051b87bc4071d9 Mon Sep 17 00:00:00 2001 From: Richard Berger <richard.berger@temple.edu> Date: Wed, 15 Mar 2017 22:31:14 -0400 Subject: [PATCH] Fix dump cfg in viz_atomeye.py example --- python/examples/viz_atomeye.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/viz_atomeye.py b/python/examples/viz_atomeye.py index d9cf4dcef2..d7f83f274d 100755 --- a/python/examples/viz_atomeye.py +++ b/python/examples/viz_atomeye.py @@ -42,7 +42,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 dump file and image -- GitLab