Skip to content

Commit

Permalink
Added back in denom_lj variable, which is used by some subclasses in …
Browse files Browse the repository at this point in the history
…other packages.
  • Loading branch information
Iain Bethune committed Jul 27, 2016
1 parent 9670f5d commit 46f034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KSPACE/pair_lj_charmm_coul_long.h
Expand Up @@ -58,7 +58,7 @@ class PairLJCharmmCoulLong : public Pair {
double cut_in_diff, cut_out_diff;
double cut_in_diff_inv, cut_out_diff_inv;
double cut_in_off_sq, cut_in_on_sq, cut_out_off_sq, cut_out_on_sq;
double denom_lj_inv;
double denom_lj, denom_lj_inv;
double **epsilon,**sigma,**eps14,**sigma14;
double **lj1,**lj2,**lj3,**lj4,**offset;
double **lj14_1,**lj14_2,**lj14_3,**lj14_4;
Expand Down

0 comments on commit 46f034d

Please sign in to comment.