Merge remote-tracking branch 'upstream/master' into python_refactoring

This commit is contained in:
Richard Berger
2017-05-06 16:00:22 -04:00
477 changed files with 33719 additions and 21114 deletions

View File

@ -305,7 +305,7 @@ which corresponds to SELF in the python command. The first line of
the function imports the Python module lammps.py in the python dir of
the distribution. The second line creates a Python object "lmp" which
wraps the instance of LAMMPS that called the function. The
"ptr=lmpptr" argument is what makes that happen. The thrid line
"ptr=lmpptr" argument is what makes that happen. The third line
invokes the command() function in the LAMMPS library interface. It
takes a single string argument which is a LAMMPS input script command
for LAMMPS to execute, the same as if it appeared in your input