Got rid of non-standard character and cleared unneeded spaces.
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8772 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1052,7 +1052,7 @@ void PPPM::adjust_gewald()
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
Calculate f(x) using Newton<EFBFBD>Raphson solver
|
||||
Calculate f(x) using Newton-Raphson solver
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
double PPPM::newton_raphson_f()
|
||||
@ -1643,7 +1643,7 @@ void PPPM::compute_sf_precoeff()
|
||||
if (argz != 0.0) wz0[i+2] = pow(sin(argz)/argz,order);
|
||||
argz = 0.5*qz1/nz_pppm;
|
||||
if (argz != 0.0) wz1[i+2] = pow(sin(argz)/argz,order);
|
||||
argz = 0.5*qz2/nz_pppm;
|
||||
argz = 0.5*qz2/nz_pppm;
|
||||
if (argz != 0.0) wz2[i+2] = pow(sin(argz)/argz,order);
|
||||
}
|
||||
|
||||
@ -1681,8 +1681,6 @@ void PPPM::compute_sf_precoeff()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
ghost-swap to accumulate full density in brick decomposition
|
||||
remap density from 3d brick decomposition to FFT decomposition
|
||||
|
||||
Reference in New Issue
Block a user