Initial commit of mliap unified work

This commit is contained in:
Steven Ray Anaya
2022-04-15 14:22:46 -06:00
parent cd8cdc711c
commit ebbace403a
19 changed files with 1046 additions and 34 deletions

View File

@ -5576,6 +5576,13 @@ int lammps_get_last_error_message(void *handle, char *buffer, int buf_size) {
return 0;
}
#ifdef LMP_PYTHON
#include <Python.h>
int lammps_PYTHON_API_VERSION(){
return PYTHON_API_VERSION;
}
#endif
// Local Variables:
// fill-column: 72
// End: