git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11946 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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 &);
|
||||
|
||||
Reference in New Issue
Block a user