Commit 00a96725 authored by Stan Moore's avatar Stan Moore
Browse files

Fix issue in fix_qeq_reax_kokkos, can't call child function from base constructor

parent 19325227
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -64,6 +64,10 @@ FixQEqReaxKokkos(LAMMPS *lmp, int narg, char **arg) :
  nmax = nmax = m_cap = 0;
  allocated_flag = 0;
  nprev = 4;

  memory->destroy(s_hist);
  memory->destroy(t_hist);
  grow_arrays(atom->nmax);
}

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