add note that integer sizes can be queried without a LAMMPS handle

This commit is contained in:
Axel Kohlmeyer 2022-10-03 23:19:05 -04:00
parent af3d618f47
commit 3374435281
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 2 additions and 1 deletions

View File

@ -949,7 +949,8 @@ int lammps_get_mpi_comm(void *handle)
This function will retrieve or compute global properties. In contrast to This function will retrieve or compute global properties. In contrast to
:cpp:func:`lammps_get_thermo` this function returns an ``int``. The :cpp:func:`lammps_get_thermo` this function returns an ``int``. The
following tables list the currently supported keyword. If a keyword is following tables list the currently supported keyword. If a keyword is
not recognized, the function returns -1. not recognized, the function returns -1. The integer sizes functions may
be called without a valid LAMMPS object handle (it is ignored).
* :ref:`Integer sizes <extract_integer_sizes>` * :ref:`Integer sizes <extract_integer_sizes>`
* :ref:`System status <extract_system_status>` * :ref:`System status <extract_system_status>`