forked from lijiext/lammps
structs are all public by default
This commit is contained in:
parent
942a9e936d
commit
c90f303a7a
|
@ -55,7 +55,6 @@ static const char cite_fix_orient_eco[] =
|
|||
#define FIX_ORIENT_ECO_MAX_NEIGH 24
|
||||
|
||||
struct FixOrientECO::Nbr {
|
||||
public:
|
||||
int n; // # of neighbors
|
||||
int id[FIX_ORIENT_ECO_MAX_NEIGH]; // IDs of each neighbor
|
||||
double duchi; // potential derivative
|
||||
|
|
Loading…
Reference in New Issue