From e238201be54d53e89a81655e502327181ec42eff Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 9 Sep 2020 13:21:19 -0400 Subject: [PATCH] add a couple more versionadded directives --- src/library.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/library.cpp b/src/library.cpp index 3b245cb5be..72105bdd15 100644 --- a/src/library.cpp +++ b/src/library.cpp @@ -263,6 +263,8 @@ The MPI standard requires that any MPI application must call calls. This function checks, whether MPI is already initialized and calls ``MPI_Init()`` in case it is not. +.. versionadded:: 15Sep2020 + \endverbatim */ void lammps_mpi_init() @@ -293,6 +295,8 @@ before exiting the program to wait until all (parallel) tasks are completed and then MPI is cleanly shut down. After this function no more MPI calls may be made. +.. versionadded:: 15Sep2020 + \endverbatim */ void lammps_mpi_finalize()