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:
pscrozi
2012-09-11 15:02:56 +00:00
parent 9fe1ae2936
commit 277244a376

View File

@ -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() double PPPM::newton_raphson_f()
@ -1681,8 +1681,6 @@ void PPPM::compute_sf_precoeff()
} }
} }
/* ---------------------------------------------------------------------- /* ----------------------------------------------------------------------
ghost-swap to accumulate full density in brick decomposition ghost-swap to accumulate full density in brick decomposition
remap density from 3d brick decomposition to FFT decomposition remap density from 3d brick decomposition to FFT decomposition