From 13e6c82273a96043df96de831c3da66fdfa8de77 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 21 Nov 2022 18:02:46 -0500 Subject: [PATCH] document the change of the reset_* commands --- doc/src/Commands_removed.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/Commands_removed.rst b/doc/src/Commands_removed.rst index 5077bbf1c9..ec44d64110 100644 --- a/doc/src/Commands_removed.rst +++ b/doc/src/Commands_removed.rst @@ -20,11 +20,12 @@ Please refer to the :doc:`chunk HOWTO ` section for an overview. Reset_ids, reset_atom_ids, reset_mol_ids commands ------------------------------------------------- -.. versionchanged:: TBD +.. deprecated:: TBD -The *reset_ids* or *reset_atom_ids* commands have been renamed to -:doc:`reset_atoms id `. The *reset_mol_ids* command has -been renamed to :doc:`reset_atoms mol `. +The *reset_ids* or *reset_atom_ids* or *reset_mol_ids* commands have +been folded into the :doc:`reset_atoms ` meta-command. If +present, LAMMPS will replace the commands accordingly and print a +warning. MEAM package ------------