add python module interface to lammps_last_thermo, small consistency fixes

This commit is contained in:
Axel Kohlmeyer
2023-06-08 13:03:28 -04:00
parent 8ddac8cf02
commit 3f6032e80d
3 changed files with 58 additions and 4 deletions

View File

@ -783,15 +783,15 @@ argument string.
- no
* - keyword
- column keyword for thermo output
- const char pointer
- pointer to 0-terminated const char array
- yes
* - type
- data type of thermo output column; see :cpp:enum:`_LMP_DATATYPE_CONST`
- const int
- const int (**not** a pointer)
- yes
* - data
- actual field data for column
- pointer to either int, int64_t or double
- pointer to int, int64_t or double
- yes
\endverbatim