Commit 2af5c75f authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

correct issue from merge

parent 158599fc
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ class FixBalance : public Fix {
  void setup_pre_exchange();
  void pre_exchange();
  void pre_neighbor();
  void post_constructor();
  double compute_scalar();
  double compute_vector(int);
  double memory_usage();
@@ -55,10 +54,6 @@ class FixBalance : public Fix {
  int kspace_flag;              // 1 if KSpace solver defined
  int pending;

  int nimbalance;               // number of imbalance weight computes
  class Imbalance **imbalance;  // list of imbalance compute classes
  class FixStore *imb_fix;      // fix for storing per-atom weights

  class Balance *balance;
  class Irregular *irregular;