Unverified Commit 6c28adcf authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

make sure _need_tag is initialized

parent da66516d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ IntelBuffers<flt_t, acc_t>::IntelBuffers(class LAMMPS *lmp_in) :
  _ncachetag = 0;
  _cutneighsq = 0;
  _cutneighghostsq = 0;
  _need_tag = 0;
  #ifdef _LMP_INTEL_OFFLOAD
  _separate_buffers = 0;
  _off_f = 0;
@@ -44,7 +45,6 @@ IntelBuffers<flt_t, acc_t>::IntelBuffers(class LAMMPS *lmp_in) :
  _off_threads = 0;
  _off_ccache = 0;
  _off_ncache = 0;
  _need_tag = 0;
  _host_nmax = 0;
  #endif
}