Merge branch 'python-wrapper-doc' of github.com:lammps/lammps into python-wrapper-doc

This commit is contained in:
Axel Kohlmeyer
2025-06-12 11:48:45 -04:00

View File

@ -1223,7 +1223,7 @@ input script:
.. code-block:: LAMMPS
variable foo python truncate
python truncate return v_foo input 1 iv_arg format fi here """
python truncate return v_foo input 1 v_arg format fi here """
def truncate(x):
return int(x)
"""