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

This commit is contained in:
sjplimp
2015-08-29 22:03:12 +00:00
parent 1a435a401c
commit 4bd3fe89c8
10 changed files with 91 additions and 40 deletions

View File

@ -252,8 +252,7 @@ void Info::command(int narg, char **arg)
double cut;
for (int i=1; i <= atom->ntypes && neighbor->cuttype; ++i) {
cut = neighbor->cuttype[i];
// AXEL: this variable does not exist?
//if (comm->cutusermulti) cut = MAX(cut,comm->cutusermulti[i]);
if (comm->cutusermulti) cut = MAX(cut,comm->cutusermulti[i]);
fprintf(out,"Communication cutoff for type %d = %g\n", i, cut);
}
}