git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12257 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1269,8 +1269,6 @@ void CommTiled::borders()
|
||||
*/
|
||||
}
|
||||
|
||||
// NOTE: remaining forward/reverse methods still need to be updated
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
forward communication invoked by a Pair
|
||||
------------------------------------------------------------------------- */
|
||||
@ -1456,6 +1454,8 @@ void CommTiled::reverse_comm_fix(Fix *fix)
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: these two forward/reverse methods still need to be updated
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
forward communication invoked by a Fix
|
||||
n = total datums for all atoms, allows for variable number/atom
|
||||
@ -1727,6 +1727,8 @@ void CommTiled::forward_comm_array(int nsize, double **array)
|
||||
}
|
||||
}
|
||||
|
||||
// NOTE: this one is not used ???
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
exchange info provided with all 6 stencil neighbors
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user