Merge branch 'develop' into kk_fuse

This commit is contained in:
Stan Moore
2023-05-02 10:11:55 -06:00
committed by GitHub
49 changed files with 638 additions and 96 deletions

View File

@ -109,7 +109,7 @@ Fix::Fix(LAMMPS *lmp, int /*narg*/, char **arg) :
datamask_modify = ALL_MASK;
kokkosable = copymode = 0;
forward_comm_device = exchange_comm_device = 0;
forward_comm_device = exchange_comm_device = sort_device = 0;
fuse_integrate_flag = 0;
}