remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2019-03-26 11:17:21 -04:00
parent 1266b866e0
commit fff28a8666
9 changed files with 126 additions and 126 deletions

View File

@ -761,7 +761,7 @@ int Irregular::create_data_grouped(int n, int *procs, int sortflag)
#ifdef LAMMPS_RS_ALLREDUCE_INPLACE
MPI_Allreduce(MPI_IN_PLACE,work1,nprocs,MPI_INT,MPI_SUM,world);
nrecv_proc = work1[me];
#else
#else
#ifdef LAMMPS_RS_ALLREDUCE
MPI_Allreduce(work1,work2,nprocs,MPI_INT,MPI_SUM,world);
nrecv_proc = work2[me];