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

This commit is contained in:
sjplimp
2014-08-06 16:23:15 +00:00
parent f50d366df7
commit 6bd64d5aab
5 changed files with 79 additions and 52 deletions

View File

@ -949,7 +949,8 @@ void DumpImage::create_image()
/* ---------------------------------------------------------------------- */
int DumpImage::pack_comm(int n, int *list, double *buf, int pbc_flag, int *pbc)
int DumpImage::pack_forward_comm(int n, int *list, double *buf,
int pbc_flag, int *pbc)
{
int i,j,m;
@ -969,12 +970,12 @@ int DumpImage::pack_comm(int n, int *list, double *buf, int pbc_flag, int *pbc)
}
}
return comm_forward;
return m;
}
/* ---------------------------------------------------------------------- */
void DumpImage::unpack_comm(int n, int first, double *buf)
void DumpImage::unpack_forward_comm(int n, int first, double *buf)
{
int i,m,last;