silence compiler warning

This commit is contained in:
Axel Kohlmeyer
2024-01-20 22:59:23 -05:00
parent 930a717f5e
commit 35a6bf0cac

View File

@ -70,7 +70,9 @@ __kernel void k_sph_heatconduction(const __global numtyp4 *restrict x_,
atom_info(t_per_atom,ii,tid,offset);
int n_stride;
#if (SHUFFLE_AVAIL == 0)
local_allocate_store_pair();
#endif
acctyp dEacc = (acctyp)0;
@ -171,7 +173,9 @@ __kernel void k_sph_heatconduction_fast(const __global numtyp4 *restrict x_,
#endif
int n_stride;
#if (SHUFFLE_AVAIL == 0)
local_allocate_store_pair();
#endif
acctyp dEacc = (acctyp)0;