Skip to content
Snippets Groups Projects
Commit 734e639c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct typo reported on lammps-users

parent dcede304
No related branches found
No related tags found
No related merge requests found
......@@ -734,7 +734,7 @@ x\[2\] = z coord of atom with ID 1
x\[3\] = x coord of atom with ID 2
...
x\[n3-1\] = z coord of atom with ID natoms
lmp.scatter_coords("x",1,3,x) :pre
lmp.scatter_atoms("x",1,3,x) :pre
Alternatively, you can just change values in the vector returned by
gather_atoms("x",1,3), since it is a ctypes vector of doubles.
......
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