Skip to content
Snippets Groups Projects
Commit 36da9223 authored by Richard Berger's avatar Richard Berger
Browse files

Fix dump cfg in vizplotgui_atomeye.py example

parent eb29ef32
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment