expand_type_int verify->bool

This commit is contained in:
Jacob Gissinger
2024-08-18 23:05:52 -06:00
parent 1afa56e0da
commit 4c15ac99a3
10 changed files with 31 additions and 31 deletions

View File

@ -1000,7 +1000,7 @@ char *utils::expand_type(const char *file, int line, const std::string &str, int
------------------------------------------------------------------------- */
int utils::expand_type_int(const char *file, int line, const std::string &str, int mode,
LAMMPS *lmp, int verify)
LAMMPS *lmp, bool verify)
{
char *typestr = expand_type(file, line, str, mode, lmp);
int type = inumeric(file, line, typestr ? typestr : str, false, lmp);