Commit e5d0bde7 authored by Dan Ibanez's avatar Dan Ibanez
Browse files

pppm_kokkos: remove useless statement

parent 9daf7fb6
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -2997,7 +2997,6 @@ void PPPMKokkos<DeviceType>::slabcorr()


  // sum local contributions to get global dipole moment
  // sum local contributions to get global dipole moment


  dipole_all;
  MPI_Allreduce(&dipole,&dipole_all,1,MPI_DOUBLE,MPI_SUM,world);
  MPI_Allreduce(&dipole,&dipole_all,1,MPI_DOUBLE,MPI_SUM,world);


  // need to make non-neutral systems and/or
  // need to make non-neutral systems and/or