add missing initializer for KokkosLMP::is_finalized

This commit is contained in:
Axel Kohlmeyer
2021-06-27 16:08:22 -04:00
parent 8ec3d90f5c
commit 2ef47fce69

View File

@ -69,6 +69,8 @@ GPU_AWARE_UNKNOWN
using namespace LAMMPS_NS;
int KokkosLMP::is_finalized = 0;
/* ---------------------------------------------------------------------- */
KokkosLMP::KokkosLMP(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)