Commit 81f8590d authored by Yaser Afshar's avatar Yaser Afshar
Browse files

Clean up the code

parent 96615ea9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ FixStoreKIM::~FixStoreKIM()
    delete[] mu;
    model_units = NULL;
  }

  if (user_units) {
    char *uu = (char *)user_units;
    delete[] uu;
@@ -111,7 +112,6 @@ int FixStoreKIM::setmask()
  return mask;
}


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

void FixStoreKIM::setptr(const char *name, void *ptr)