Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment