Corrected what I think is a typo

There is no way to evaluate a variable with iv_ prefix.
This commit is contained in:
Germain Clavier
2025-06-12 15:57:59 +02:00
committed by GitHub
parent 8ae5b16d66
commit 2eed658d85

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)
"""