Fix dump cfg in vizplotgui_atomeye.py example

This commit is contained in:
Richard Berger 2017-03-15 22:55:51 -04:00
parent eb29ef32b1
commit 36da9223ec
1 changed files with 1 additions and 1 deletions

View File

@ -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