From 694faf3235caa122eb0655c23ac30c588cdc9ad4 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 25 May 2024 00:31:01 -0400 Subject: [PATCH] register lammps_map_atom() with the documentation --- doc/src/Library_properties.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/Library_properties.rst b/doc/src/Library_properties.rst index 005bfaeea5..73abcbbe1b 100644 --- a/doc/src/Library_properties.rst +++ b/doc/src/Library_properties.rst @@ -13,6 +13,7 @@ This section documents the following functions: - :cpp:func:`lammps_extract_setting` - :cpp:func:`lammps_extract_global_datatype` - :cpp:func:`lammps_extract_global` +- :cpp:func:`lammps_map_atom` -------------------- @@ -120,3 +121,8 @@ subdomains and processors. .. doxygenfunction:: lammps_extract_global :project: progguide +----------------------- + +.. doxygenfunction:: lammps_map_atom + :project: progguide +