we don't need lammps_throw_error. just call lmp->error->xxx

This commit is contained in:
Axel Kohlmeyer
2025-03-23 21:23:24 -04:00
parent ccbf47c66d
commit b4e4ea1069
2 changed files with 191 additions and 66 deletions

View File

@ -312,6 +312,7 @@ 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);
void lammps_set_show_error(void *handle, const int flag);
int lammps_python_api_version();