From 08fdad12e8d4ff9b66f0fcda900ff331b9dbc6a7 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 26 Jul 2024 19:47:10 -0400 Subject: [PATCH] fix typo and rewrap --- doc/src/fix_shake.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/fix_shake.rst b/doc/src/fix_shake.rst index a81b797a29..4129dcd9af 100644 --- a/doc/src/fix_shake.rst +++ b/doc/src/fix_shake.rst @@ -141,11 +141,11 @@ constrained if its type is in the list. The types may be given as type labels *only* if there is no atom, bond, or angle type label named *b*, *a*, *t*, or *m* defined in the -simulation. In that is the case, type labels cannot be used as -constraint type index with these two fixes because the type labels would -be incorrectly treated as a new type of constraint instead. Thus, -LAMMPS will print a warning and type label handling is disabled and -numeric types must be used. +simulation. If that is the case, type labels cannot be used as +constraint type index with these two fixes, because the type labels +would be incorrectly treated as a new type of constraint instead. +Thus, LAMMPS will print a warning and type label handling is disabled +and numeric types must be used. For all constraints, a particular bond is only constrained if *both* atoms in the bond are in the group specified with the SHAKE fix.