This commit is contained in:
Richard Berger 2016-09-20 16:13:14 -04:00
parent 719d7c65b6
commit b4e2876776
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ int lammps_get_natoms(void *);
void lammps_gather_atoms(void *, char *, int, int, void *);
void lammps_scatter_atoms(void *, char *, int, int, void *);
#ifdef LAMMPS_EXCEPTION
#ifdef LAMMPS_EXCEPTIONS
int lammps_has_error(void *);
int lammps_get_last_error_message(void *, char *, int);
#endif