git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1158 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -304,7 +304,7 @@ double FixIndent::compute_vector(int n)
|
||||
MPI_Allreduce(indenter,indenter_all,4,MPI_DOUBLE,MPI_SUM,world);
|
||||
indenter_flag = 1;
|
||||
}
|
||||
return indenter_all[n];
|
||||
return indenter_all[n+1];
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user