forked from lijiext/lammps
Fix variable type
This commit is contained in:
parent
9e3dc26599
commit
31dc5dbb51
|
@ -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");
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue