handle spelling issues with new doc text

This commit is contained in:
Axel Kohlmeyer
2020-08-29 22:55:05 -04:00
parent e51a5ad8f4
commit 83a9e5e724
2 changed files with 17 additions and 11 deletions

View File

@ -728,6 +728,7 @@ Eaat
Eacn Eacn
eam eam
eangle eangle
earg
eatom eatom
Eb Eb
Eba Eba
@ -2044,6 +2045,7 @@ Ngyuen
nh nh
nharmonic nharmonic
nhc nhc
nhi
NiAlH NiAlH
Nicklas Nicklas
Niklasson Niklasson
@ -2059,6 +2061,7 @@ Nk
nl nl
nlen nlen
Nlines Nlines
nlo
nlocal nlocal
Nlocal Nlocal
Nlog Nlog
@ -2066,7 +2069,9 @@ nlp
nm nm
Nm Nm
Nmax Nmax
nmax
Nmin Nmin
nmin
Nmols Nmols
nn nn
Nocedal Nocedal
@ -3276,8 +3281,9 @@ Widom
widom widom
Wijk Wijk
Wikipedia Wikipedia
wildcard
Wildcard Wildcard
wildcard
wildcards
Wirnsberger Wirnsberger
wirtes wirtes
witin witin

View File

@ -150,10 +150,10 @@ namespace LAMMPS_NS {
This functions processes the string in *str* and set the values of *nlo* This functions processes the string in *str* and set the values of *nlo*
and *nhi* according to the following five cases: and *nhi* according to the following five cases:
#. a single number *i*: nlo = i; nhi = i; #. a single number *i*: nlo = i; nhi = i;
#. a single asterix *\*\ *: nlo = nmin; nhi = nmax; #. a single asterisk *\*\ *: nlo = nmin; nhi = nmax;
#. a single number followed by an asterix *i\*\ *: nlo = i; nhi = nmax; #. a single number followed by an asterisk *i\*\ *: nlo = i; nhi = nmax;
#. a single asterix followed by a number *\*\ i*: nlo = nmin; nhi = i; #. a single asterisk followed by a number *\*\ i*: nlo = nmin; nhi = i;
#. two numbers with an asterix in between *i\*\ j*: nlo = i; nhi = j; #. two numbers with an asterisk in between *i\*\ j*: nlo = i; nhi = j;
\endverbatim \endverbatim
* \param file name of source file for error message * \param file name of source file for error message
@ -174,10 +174,10 @@ and *nhi* according to the following five cases:
This functions processes the string in *str* and set the values of *nlo* This functions processes the string in *str* and set the values of *nlo*
and *nhi* according to the following five cases: and *nhi* according to the following five cases:
#. a single number *i*: nlo = i; nhi = i; #. a single number *i*: nlo = i; nhi = i;
#. a single asterix *\*\ *: nlo = nmin; nhi = nmax; #. a single asterisk *\*\ *: nlo = nmin; nhi = nmax;
#. a single number followed by an asterix *i\*\ *: nlo = i; nhi = nmax; #. a single number followed by an asterisk *i\*\ *: nlo = i; nhi = nmax;
#. a single asterix followed by a number *\*\ i*: nlo = nmin; nhi = i; #. a single asterisk followed by a number *\*\ i*: nlo = nmin; nhi = i;
#. two numbers with an asterix in between *i\*\ j*: nlo = i; nhi = j; #. two numbers with an asterisk in between *i\*\ j*: nlo = i; nhi = j;
\endverbatim \endverbatim
* \param file name of source file for error message * \param file name of source file for error message
@ -207,7 +207,7 @@ and *nhi* according to the following five cases:
* If any expansion happens, the earg list and all its * If any expansion happens, the earg list and all its
* strings are new allocations and must be freed explicitly by the * strings are new allocations and must be freed explicitly by the
* caller. Otherwise arg and earg will point to the same address * caller. Otherwise arg and earg will point to the same address
* and no explicit deallocation is needed by the caller. * and no explicit de-allocation is needed by the caller.
* *
* \param file name of source file for error message * \param file name of source file for error message
* \param line line number in source file for error message * \param line line number in source file for error message
@ -370,7 +370,7 @@ and *nhi* according to the following five cases:
/** Open a potential file as specified by *name* /** Open a potential file as specified by *name*
* *
\verbatim embed:rst \verbatim embed:rst
If opening the file fails, it will search for it in the folder(s) If opening the file directly fails, it will search for it in the folder(s)
pointed to by the environment variable LAMMPS_POTENTIALS. pointed to by the environment variable LAMMPS_POTENTIALS.
If the potential file has a ``UNITS`` tag in the first line, its If the potential file has a ``UNITS`` tag in the first line, its