From fdbaf6feff6a7c85e2d1f0c100fa67e4f1ca990b Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 25 May 2024 00:22:38 -0400 Subject: [PATCH] spelling fix and update false positives --- doc/utils/sphinx-config/false_positives.txt | 8 ++++++++ python/lammps/core.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/utils/sphinx-config/false_positives.txt b/doc/utils/sphinx-config/false_positives.txt index 5dfbe48ffa..82d20e7700 100644 --- a/doc/utils/sphinx-config/false_positives.txt +++ b/doc/utils/sphinx-config/false_positives.txt @@ -992,6 +992,7 @@ emax Emax Embt emi +Emilie Emmrich emol eN @@ -1763,6 +1764,7 @@ keflag Keir Kelchner Kelkar +Kemppainen Kemper kepler keV @@ -2483,6 +2485,7 @@ Nevery newfile Newns newtype +nextsort Neyts Nf nfft @@ -2672,6 +2675,7 @@ nzlo ocl octahedral octants +Odegard Ohara O'Hearn ohenrich @@ -3287,6 +3291,7 @@ Saidi saip Salanne Salles +sametag sandia Sandia sandybrown @@ -3404,6 +3409,7 @@ sinh sinusoid sinusoidally SiO +Siochi Sirk Sival sizeI @@ -3451,6 +3457,7 @@ solvated solvation someuser Sorensen +sortfreq soundspeed sourceforge Souza @@ -4149,6 +4156,7 @@ yy yz Zagaceta Zannoni +Zavada Zavattieri zbl ZBL diff --git a/python/lammps/core.py b/python/lammps/core.py index 2f253c6333..9ab6661df5 100644 --- a/python/lammps/core.py +++ b/python/lammps/core.py @@ -935,7 +935,7 @@ class lammps(object): # map global atom ID to local atom index def map_atom(self, id): - """Map a global atom ID (aka tag) to the local atom indx + """Map a global atom ID (aka tag) to the local atom index This is a wrapper around the :cpp:func:`lammps_map_atom` function of the C-library interface.