add missing return keywords
This commit is contained in:
@ -147,9 +147,9 @@ void NeighborKokkos::init_ex_mol_bit_kokkos()
|
||||
int NeighborKokkos::check_distance()
|
||||
{
|
||||
if (device_flag)
|
||||
check_distance_kokkos<LMPDeviceType>();
|
||||
return check_distance_kokkos<LMPDeviceType>();
|
||||
else
|
||||
check_distance_kokkos<LMPHostType>();
|
||||
return check_distance_kokkos<LMPHostType>();
|
||||
}
|
||||
|
||||
template<class DeviceType>
|
||||
|
||||
Reference in New Issue
Block a user