Whitespace change to npair_kokkos

This commit is contained in:
Stan Moore 2017-01-27 15:17:39 -07:00
parent 579cc6d7aa
commit 59f4a77dd5
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ if (GHOST) {
Kokkos::parallel_for(nall, f);
} else {
if (newton_pair) {
NPairKokkosBuildFunctor<DeviceType,TRI?0:HALF_NEIGH,1,TRI> f(data,atoms_per_bin * 5 * sizeof(X_FLOAT) * factor);
NPairKokkosBuildFunctor<DeviceType,TRI?0:HALF_NEIGH,1,TRI> f(data,atoms_per_bin * 5 * sizeof(X_FLOAT) * factor);
#ifdef KOKKOS_HAVE_CUDA
Kokkos::parallel_for(config, f);
#else