Commit ad5cfb5a authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Switched member variables from private to protected for lj/cut/dipole/long

parent 2f9e6d45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ class PairLJCutDipoleLong : public Pair {
  void write_restart_settings(FILE *);
  void read_restart_settings(FILE *);

 private:
 protected:
  double cut_lj_global;
  double **cut_lj,**cut_ljsq;
  double cut_coulsq;