more whitespace

This commit is contained in:
Stan Gerald Moore
2021-09-08 16:01:45 -06:00
parent 165efcdb07
commit 7c5a9841f7
2 changed files with 105 additions and 105 deletions

View File

@ -503,7 +503,7 @@ double* FixEfield::get_energy()
domain->unmap(x[i],image[i],unwrap);
energy[i] -= fx*unwrap[0] + fy*unwrap[1] + fz*unwrap[2];
if (fabs(fx*(x[i][0]-unwrap[0])) + fabs(fy*(x[i][1]-unwrap[1])) +
if (fabs(fx*(x[i][0]-unwrap[0])) + fabs(fy*(x[i][1]-unwrap[1])) +
fabs(fz*(x[i][2]-unwrap[2])) > 0.0)
warn_flag_local = 1;
}