lammpsplugin bugfix from Stan
This commit is contained in:
@ -152,9 +152,9 @@ struct _liblammpsplugin {
|
|||||||
* caller must match to how LAMMPS library is built */
|
* caller must match to how LAMMPS library is built */
|
||||||
|
|
||||||
#ifndef LAMMPS_BIGBIG
|
#ifndef LAMMPS_BIGBIG
|
||||||
void (*create_atoms)(void *, int, int *, int *, double *, double *, int *, int);
|
int (*create_atoms)(void *, int, int *, int *, double *, double *, int *, int);
|
||||||
#else
|
#else
|
||||||
void (*create_atoms)(void *, int, int64_t *, int *, double *, double *, int64_t *, int);
|
int (*create_atoms)(void *, int, int64_t *, int *, double *, double *, int64_t *, int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int (*find_pair_neighlist)(void *, const char *, int, int, int);
|
int (*find_pair_neighlist)(void *, const char *, int, int, int);
|
||||||
|
|||||||
Reference in New Issue
Block a user