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

This commit is contained in:
sjplimp
2014-08-06 16:47:29 +00:00
parent 6bd64d5aab
commit d0a2f7f57a
3 changed files with 9 additions and 7 deletions

View File

@ -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
------------------------------------------------------------------------- */