whitespace

This commit is contained in:
Axel Kohlmeyer
2024-10-05 23:07:50 -04:00
parent bdf1a242da
commit 6295fa0b54
3 changed files with 0 additions and 5 deletions

View File

@ -208,10 +208,8 @@ void AtomKokkos::sort()
auto fix_iextra = modify->fix[atom->extra_grow[iextra]];
if (!fix_iextra->sort_device) {
flag = 0;
if (comm->me == 0)
error->warning(FLERR,"Fix {} not compatible with Kokkos sorting on device", fix_iextra->style);
break;
}
}

View File

@ -739,10 +739,8 @@ void CommKokkos::exchange()
auto fix_iextra = modify->fix[atom->extra_grow[iextra]];
if (!fix_iextra->exchange_comm_device) {
flag = 0;
if (comm->me == 0)
error->warning(FLERR,"Fix {} not compatible with sending data in Kokkos communication", fix_iextra->style);
break;
}
}

View File

@ -218,7 +218,6 @@ void FixRecenter::initial_integrate_respa(int vflag, int ilevel, int /*iloop*/)
// all other levels - nothing
if (ilevel == nlevels_respa-1) initial_integrate(vflag);
}
/* ---------------------------------------------------------------------- */