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

This commit is contained in:
sjplimp
2014-05-16 20:57:10 +00:00
parent 6af467aadb
commit 32d641d3f9
8 changed files with 27 additions and 0 deletions

View File

@ -331,6 +331,8 @@ void CommTiled::forward_comm_array(int n, double **array)
int CommTiled::exchange_variable(int n, double *inbuf, double *&outbuf)
{
int nrecv = n;
return nrecv;
}
/* ----------------------------------------------------------------------