fixed compilation error due to a typo

This commit is contained in:
Trung Nguyen
2025-06-17 08:42:22 -05:00
parent d640543185
commit 72ea12b0f9

View File

@ -119,7 +119,7 @@ void BondFENEKokkos<DeviceType>::compute(int eflag_in, int vflag_in)
if (newton_bond) {
if (bond_blocksize)
Kokkos::parallel_for(Kokkos::RangePolicy<DeviceType, TagBondFENECompute<1,0> >(0,nbondlist,Kokkos::ChunkSize(bond_blocksize)),*this);
ellse
else
Kokkos::parallel_for(Kokkos::RangePolicy<DeviceType, TagBondFENECompute<1,0> >(0,nbondlist),*this);
} else {
if (bond_blocksize)