silence compiler warning
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user