shorten URL message text
This commit is contained in:
@ -139,9 +139,7 @@ void utils::fmtargs_logmesg(LAMMPS *lmp, fmt::string_view format, fmt::format_ar
|
|||||||
|
|
||||||
std::string utils::errorurl(int errorcode)
|
std::string utils::errorurl(int errorcode)
|
||||||
{
|
{
|
||||||
return fmt::format(
|
return fmt::format("\nFor more information see https://docs.lammps.org/err{:04d}", errorcode);
|
||||||
"\nFor more information please go to https://docs.lammps.org/Errors_details.html#err{:04d}",
|
|
||||||
errorcode);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void utils::flush_buffers(LAMMPS *lmp)
|
void utils::flush_buffers(LAMMPS *lmp)
|
||||||
|
|||||||
Reference in New Issue
Block a user