Commit 31dc5dbb authored by Stan Moore's avatar Stan Moore
Browse files

Fix variable type

parent 9e3dc265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
}

/* ---------------------------------------------------------------------- */