Commit d2b65590 authored by Stan Moore's avatar Stan Moore
Browse files

Fixing issue in fix_qeq_reax

parent f1ec6dc4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -140,12 +140,12 @@ FixQEqReax::FixQEqReax(LAMMPS *lmp, int narg, char **arg) :

FixQEqReax::~FixQEqReax()
{
  if (copymode) return;

  delete[] pertype_option;

  // unregister callbacks to this fix from Atom class

  if (copymode) return;

  atom->delete_callback(id,0);

  memory->destroy(s_hist);