forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@418 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
eb06c494d3
commit
57fc943afe
|
@ -676,7 +676,7 @@ void PairMEAM::read_files(char *globalfile, char *userfile)
|
|||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
int PairMEAM::pack_comm(int n, int *list, double *buf, int *pbc_flags)
|
||||
int PairMEAM::pack_comm(int n, int *list, double *buf, int pbc_flag, int *pbc)
|
||||
{
|
||||
int i,j,k,m;
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ class PairMEAM : public Pair {
|
|||
double init_one(int, int);
|
||||
void init_style();
|
||||
|
||||
int pack_comm(int, int *, double *, int *);
|
||||
int pack_comm(int, int *, double *, int, int *);
|
||||
void unpack_comm(int, int, double *);
|
||||
int pack_reverse_comm(int, int, double *);
|
||||
void unpack_reverse_comm(int, int *, double *);
|
||||
|
@ -85,7 +85,6 @@ class PairMEAM : public Pair {
|
|||
void read_files(char *, char *);
|
||||
void neigh_f2c(int *, int **);
|
||||
void neigh_c2f(int *, int **);
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue