forked from lijiext/lammps
fix typo
This commit is contained in:
parent
669ae02a85
commit
f914da62e0
|
@ -406,7 +406,7 @@ class lammps(object):
|
|||
# returned data is a 1d vector - doc how it is ordered?
|
||||
# NOTE: how could we insure are converting to correct Python type
|
||||
# e.g. for Python list or NumPy, etc
|
||||
# ditto for extact_atom() above
|
||||
# ditto for extract_atom() above
|
||||
|
||||
def gather_atoms(self,name,type,count):
|
||||
if name: name = name.encode()
|
||||
|
|
Loading…
Reference in New Issue