Fix uninitialized variables

This commit is contained in:
Stan Moore
2023-05-01 15:42:17 -06:00
parent f8058f039f
commit dbcc19aef4

View File

@ -276,6 +276,9 @@ void VerletKokkos::run(int n)
lmp->kokkos->auto_sync = 0;
fuse_integrate = 0;
fuse_force_clear = 0;
if (atomKK->sortfreq > 0) sortflag = 1;
else sortflag = 0;