add lammps_expand() to swig interface file

This commit is contained in:
Axel Kohlmeyer
2024-09-20 03:56:36 -04:00
parent 3902215018
commit e35a00258e

View File

@ -106,6 +106,7 @@ extern void lammps_mpi_finalize();
extern void lammps_kokkos_finalize();
extern void lammps_python_finalize();
extern void lammps_error(void *handle, int error_type, const char *error_text);
extern char *lammps_expand(void *handle, const char *line);
extern void lammps_file(void *handle, const char *file);
extern char *lammps_command(void *handle, const char *cmd);
@ -296,6 +297,7 @@ extern void lammps_mpi_finalize();
extern void lammps_kokkos_finalize();
extern void lammps_python_finalize();
extern void lammps_error(void *handle, int error_type, const char *error_text);
extern char *lammps_expand(void *handle, const char *line);
extern void lammps_file(void *handle, const char *file);
extern char *lammps_command(void *handle, const char *cmd);