fix spelling issues
This commit is contained in:
@ -2262,6 +2262,7 @@ Nmols
|
|||||||
nn
|
nn
|
||||||
nnodes
|
nnodes
|
||||||
Nocedal
|
Nocedal
|
||||||
|
nO
|
||||||
nocite
|
nocite
|
||||||
nocoeff
|
nocoeff
|
||||||
nodeless
|
nodeless
|
||||||
@ -3656,6 +3657,7 @@ Yc
|
|||||||
ycm
|
ycm
|
||||||
Yeh
|
Yeh
|
||||||
yellowgreen
|
yellowgreen
|
||||||
|
yEs
|
||||||
Yethiraj
|
Yethiraj
|
||||||
yflag
|
yflag
|
||||||
yhi
|
yhi
|
||||||
|
|||||||
@ -161,7 +161,7 @@ namespace utils {
|
|||||||
LAMMPS *lmp);
|
LAMMPS *lmp);
|
||||||
|
|
||||||
/*! Convert a string to a boolean while checking whether it is a valid boolean term.
|
/*! Convert a string to a boolean while checking whether it is a valid boolean term.
|
||||||
* Valid terms are 'yes', 'no', 'true', 'false', 'on', 'off', '1', '0'. Capilatization
|
* Valid terms are 'yes', 'no', 'true', 'false', 'on', 'off', '1', '0'. Capitalization
|
||||||
* will be ignored (thus 'yEs' or 'nO' are valid, 'yeah' or 'nope' are not).
|
* will be ignored (thus 'yEs' or 'nO' are valid, 'yeah' or 'nope' are not).
|
||||||
*
|
*
|
||||||
* \param file name of source file for error message
|
* \param file name of source file for error message
|
||||||
|
|||||||
Reference in New Issue
Block a user