update API for variable argument logmesg() function

This commit is contained in:
Axel Kohlmeyer
2022-08-05 21:56:47 -04:00
parent 49df4d93a0
commit 4421a793d9

View File

@ -208,7 +208,7 @@ Argument processing
Convenience functions Convenience functions
^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^
.. doxygenfunction:: logmesg(LAMMPS *lmp, const S &format, Args&&... args) .. doxygenfunction:: logmesg(LAMMPS *lmp, const std::string &format, Args&&... args)
:project: progguide :project: progguide
.. doxygenfunction:: logmesg(LAMMPS *lmp, const std::string &mesg) .. doxygenfunction:: logmesg(LAMMPS *lmp, const std::string &mesg)