Commit 332d6821 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unused class member

(cherry picked from commit f884bb2c92ec544f4b10ba092036d06f91b74402)
parent b20108bd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -196,7 +196,6 @@ FixBalance::~FixBalance()
  delete balance;
  delete irregular;

  delete[] weight;
  for (int i = 0; i < nimbalance; ++i)
    delete imbalance[i];
  delete[] imbalance;
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ class FixBalance : public Fix {

  int nimbalance;               // number of imbalance weight computes
  class Imbalance **imbalance;  // list of imbalance compute classes
  double *weight;               // per (local) atom weight factor or NULL

  class Balance *balance;
  class Irregular *irregular;