small tweaks

This commit is contained in:
Axel Kohlmeyer
2021-07-16 14:51:27 -04:00
parent 034c337aaf
commit 6d292b1bf2
2 changed files with 5 additions and 5 deletions

View File

@ -62,7 +62,7 @@ namespace utils {
*
* \param lmp pointer to LAMMPS class instance
* \param format format string of message to be printed
* \param ... arguments to format string */
* \param args arguments to format string */
template <typename S, typename... Args> void logmesg(LAMMPS *lmp, const S &format, Args &&...args)
{