address spelling and manual processing issues

This commit is contained in:
Axel Kohlmeyer
2021-04-03 11:11:18 -04:00
parent a4a23f3ef1
commit 17355f967a
5 changed files with 7 additions and 6 deletions

View File

@ -1753,9 +1753,9 @@ class lammps(object):
Search for a neighbor list requested by a pair style instance that
matches "style". If exact is True, the pair style name must match
exactly. If exact is False, the pair style name is matched against
"style" as regular expression or substring. If the pair style is a
"style" as regular expression or sub-string. If the pair style is a
hybrid pair style, the style is instead matched against the hybrid
sub-styles. If the same pair style is used as substyle multiple
sub-styles. If the same pair style is used as sub-style multiple
types, you must set nsub to a value n > 0 which indicates the nth
instance of that sub-style to be used (same as for the pair_coeff
command). The default value of 0 will fail to match in that case.