mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9221 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5188afc7f0
commit
f2d187716c
|
@ -193,7 +193,7 @@ void Ewald::init()
|
|||
kcount,kmax,kmax3d);
|
||||
}
|
||||
if (logfile) {
|
||||
fprintf(logfile," G vector (1/distnace) = %g\n",g_ewald);
|
||||
fprintf(logfile," G vector (1/distance) = %g\n",g_ewald);
|
||||
fprintf(logfile," estimated absolute RMS force accuracy = %g\n",
|
||||
estimated_accuracy);
|
||||
fprintf(logfile," estimated relative force accuracy = %g\n",
|
||||
|
|
Loading…
Reference in New Issue