git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11946 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-05-08 14:51:32 +00:00
parent cf0cd2e912
commit de0c8d1f14
8 changed files with 13 additions and 14 deletions

View File

@ -27,7 +27,7 @@ class Irregular : protected Pointers {
Irregular(class LAMMPS *);
~Irregular();
void migrate_atoms();
void migrate_atoms(int sortflag = 0);
int migrate_check();
int create_data(int, int *);
void exchange_data(char *, int, char *);
@ -87,7 +87,7 @@ class Irregular : protected Pointers {
PlanAtom *aplan;
PlanData *dplan;
int create_atom(int, int *, int *, int sort = 0);
int create_atom(int, int *, int *, int);
void exchange_atom(double *, int *, double *);
void destroy_atom();
int coord2proc(double *, int &, int &, int &);