Merge pull request #2412 from lammps/progguide-updates

Updates to the Programmer Guide part of the Manual
This commit is contained in:
Axel Kohlmeyer
2020-10-08 21:50:37 -04:00
committed by GitHub
44 changed files with 2106 additions and 1326 deletions

View File

@ -4641,7 +4641,7 @@ the failing MPI ranks to send messages.
* \param handle pointer to a previously created LAMMPS instance cast to ``void *``.
* \param buffer string buffer to copy the error message to
* \param buf_size size of the provided string buffer
* \return 1 when all ranks had the error, 1 on a single rank error.
* \return 1 when all ranks had the error, 2 on a single rank error.
*/
int lammps_get_last_error_message(void *handle, char *buffer, int buf_size) {
#ifdef LAMMPS_EXCEPTIONS