Wrote documentation for extract_fix, extract_variable

This commit is contained in:
Karl Hammond
2022-09-29 01:07:46 -05:00
parent 1d4297e2dd
commit 6c0da8cbaf
4 changed files with 340 additions and 84 deletions

View File

@ -91,7 +91,7 @@ enum _LMP_ERROR_CONST {
LMP_ERROR_UNIVERSE = 8 /*!< error on Comm::universe */
};
/** Variable style constants for extracting data from variables
/** Variable style constants for extracting data from variables.
*
* Must be kept in sync with the equivalent constants in lammps/constants.py
* and fortran/lammps.f90 */