Unverified Commit 510d5277 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo

parent b49f0a6a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1293,10 +1293,10 @@ void PairSWIntel::ForceConst<flt_t>::set_ntypes(const int ntypes,
      _memory->destroy(op3);
    }
    memory->destroy(p2);
    memory->create(p2f);
    memory->create(p2f2);
    memory->create(p2e);
    memory->create(p3);
    memory->destroy(p2f);
    memory->destroy(p2f2);
    memory->destroy(p2e);
    memory->destroy(p3);
    if (ntypes > 0) {
      _cop = cop;
      memory->create(p2,ntypes,ntypes,"fc.p2");