add lammps_expand() method and make available in python

This commit is contained in:
Axel Kohlmeyer
2024-09-20 00:17:06 -04:00
parent 11838801d6
commit 5e15eb6949
3 changed files with 72 additions and 0 deletions

View File

@ -133,6 +133,8 @@ void lammps_python_finalize();
void lammps_error(void *handle, int error_type, const char *error_text);
char *lammps_expand(void *handle, const char *line);
/* ----------------------------------------------------------------------
* Library functions to process commands
* ---------------------------------------------------------------------- */