lammps.py: Python3 Compatibility
Python3 uses unicode strings by default which have to be
encoded before they are passed to the C-API via ctypes.
This commit encodes all string arguments by default, which works
for Python2 and Python3
Martin Bauer <martin.bauer@fau.de> | May 11 2016, 14:20 |
junge | Oct 6 2016, 16:49 |