From 90c8c3c551733f3328f6065a7f0752965c7a3bda Mon Sep 17 00:00:00 2001 From: yuh Date: Mon, 15 Apr 2024 08:59:02 +0800 Subject: [PATCH] doc: py:meth:PyLammps.append_cmd_history() Co-authored-by: Axel Kohlmeyer --- python/lammps/pylammps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lammps/pylammps.py b/python/lammps/pylammps.py index b691129e72..a4f2324241 100644 --- a/python/lammps/pylammps.py +++ b/python/lammps/pylammps.py @@ -535,7 +535,7 @@ class PyLammps(object): def append_cmd_history(self, cmd): """ - Commands will be recorded but not execute + Commands will be added to the command history but not executed. Add `run steps` only to the command history, but do not execute the run command. Convenient batch create Lammps script files, use