format changes

This commit is contained in:
Axel Kohlmeyer
2021-09-17 22:49:57 -04:00
parent cd3efc3fa8
commit 385220fd4b
62 changed files with 322 additions and 386 deletions

View File

@ -428,7 +428,7 @@ double FixEfield::memory_usage()
return energy added by fix
------------------------------------------------------------------------- */
double FixEfield::compute_scalar(void)
double FixEfield::compute_scalar()
{
if (force_flag == 0) {
MPI_Allreduce(fsum,fsum_all,4,MPI_DOUBLE,MPI_SUM,world);