git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13937 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -814,7 +814,8 @@ void Neighbor::init()
|
||||
fprintf(logfile," ghost atom cutoff = %g\n",cutghost);
|
||||
if (style != NSQ)
|
||||
fprintf(logfile," binsize = %g -> bins = %g %g %g\n",binsize,
|
||||
ceil(bbox[0]/binsize), ceil(bbox[1]/binsize), ceil(bbox[2]/binsize));
|
||||
ceil(bbox[0]/binsize), ceil(bbox[1]/binsize),
|
||||
ceil(bbox[2]/binsize));
|
||||
}
|
||||
if (screen) {
|
||||
fprintf(screen,"Neighbor list info ...\n");
|
||||
@ -825,7 +826,8 @@ void Neighbor::init()
|
||||
fprintf(screen," ghost atom cutoff = %g\n",cutghost);
|
||||
if (style != NSQ)
|
||||
fprintf(screen," binsize = %g, bins = %g %g %g\n",binsize,
|
||||
ceil(bbox[0]/binsize), ceil(bbox[1]/binsize), ceil(bbox[2]/binsize));
|
||||
ceil(bbox[0]/binsize), ceil(bbox[1]/binsize),
|
||||
ceil(bbox[2]/binsize));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user