fix initialition issue

This commit is contained in:
Axel Kohlmeyer
2020-07-08 23:49:18 -04:00
parent 9fe0b1cb5e
commit c6dc8b5414

View File

@ -44,6 +44,7 @@ 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
}