Fix variable type

This commit is contained in:
Stan Moore
2019-06-07 17:00:05 -06:00
parent 9e3dc26599
commit 31dc5dbb51

View File

@ -69,7 +69,7 @@ FixQEqReaxKokkos(LAMMPS *lmp, int narg, char **arg) :
memory->destroy(t_hist);
grow_arrays(atom->nmax);
d_mfill_offset = DAT::t_int_scalar("qeq/kk:mfill_offset");
d_mfill_offset = typename AT::t_int_scalar("qeq/kk:mfill_offset");
}
/* ---------------------------------------------------------------------- */