Commit 909ec2c0 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

remove unused class members

parent f67975fd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -33,10 +33,6 @@ class FixDPDenergy : public Fix {
  virtual void final_integrate();

 protected:
  double dtv,dtf;
  int mass_require;
  int eos;

  class PairDPDfdtEnergy *pairDPDE;
};