Initial commit of mliap unified work
This commit is contained in:
@ -256,6 +256,10 @@ void lammps_force_timeout(void *handle);
|
||||
int lammps_has_error(void *handle);
|
||||
int lammps_get_last_error_message(void *handle, char *buffer, int buf_size);
|
||||
|
||||
#ifdef LMP_PYTHON
|
||||
int lammps_PYTHON_API_VERSION();
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user