Merge branch 'master' into acks2_release

This commit is contained in:
Axel Kohlmeyer
2021-09-30 00:26:25 -04:00
568 changed files with 4363 additions and 4091 deletions

View File

@ -431,7 +431,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);