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

This commit is contained in:
sjplimp
2013-03-04 23:09:29 +00:00
parent fe7a7c25f1
commit a5c6bfb1c5
94 changed files with 482 additions and 825 deletions

View File

@ -909,7 +909,7 @@ void PPPM::set_grid_global()
// too many loops have been performed
if (df_kspace <= accuracy) break;
if (count > 500) error->all(FLERR, "Could not compute grid size!");
if (count > 500) error->all(FLERR, "Could not compute grid size");
h *= 0.95;
h_x = h_y = h_z = h;
}