fix more tagint pointer bugs
This commit is contained in:
@ -38,8 +38,7 @@ class AtomVecAmoeba : public AtomVec {
|
||||
private:
|
||||
int *num_bond,*num_angle,*num_dihedral,*num_improper;
|
||||
int **bond_type,**angle_type,**dihedral_type,**improper_type;
|
||||
int **nspecial;
|
||||
int *nspecial15;
|
||||
int **nspecial, *nspecial15;
|
||||
|
||||
int any_bond_negative,any_angle_negative,
|
||||
any_dihedral_negative,any_improper_negative;
|
||||
|
||||
Reference in New Issue
Block a user