@@ -20,8 +20,8 @@ PairStyle(rebomos,PairREBOMoS);
2020#ifndef LMP_PAIR_REBOMOS_H
2121#define LMP_PAIR_REBOMOS_H
2222
23- #include " pair.h"
2423#include " math_const.h"
24+ #include " pair.h"
2525
2626#include < cmath>
2727
@@ -39,9 +39,6 @@ class PairREBOMoS : public Pair {
3939 double memory_usage () override ;
4040
4141 protected:
42- double cutljrebosq; // cut for when to compute
43- // REBO neighs of ghost atoms
44-
4542 double **lj1, **lj2, **lj3, **lj4; // pre-computed LJ coeffs for M,S types
4643 double cut3rebo; // maximum distance for 3rd REBO neigh
4744
@@ -52,15 +49,14 @@ class PairREBOMoS : public Pair {
5249 int *REBO_numneigh; // # of pair neighbors for each atom
5350 int **REBO_firstneigh; // ptr to 1st neighbor of each atom
5451
55- double *closestdistsq; // closest owned atom dist to each ghost
5652 double *nM, *nS; // sum of weighting fns with REBO neighs
5753
5854 double rcmin[2 ][2 ], rcmax[2 ][2 ], rcmaxsq[2 ][2 ], rcmaxp[2 ][2 ];
5955 double Q[2 ][2 ], alpha[2 ][2 ], A[2 ][2 ], BIJc[2 ][2 ], Beta[2 ][2 ];
6056 double b0[2 ], b1[2 ], b2[2 ], b3[2 ], b4[2 ], b5[2 ], b6[2 ];
6157 double bg0[2 ], bg1[2 ], bg2[2 ], bg3[2 ], bg4[2 ], bg5[2 ], bg6[2 ];
6258 double a0[2 ], a1[2 ], a2[2 ], a3[2 ];
63- double rcLJmin[2 ][2 ], rcLJmax[2 ][2 ], rcLJmaxsq[ 2 ][ 2 ] ;
59+ double rcLJmin[2 ][2 ], rcLJmax[2 ][2 ];
6460 double epsilon[2 ][2 ], sigma[2 ][2 ];
6561
6662 void REBO_neigh ();
0 commit comments