fix more tagint pointer bugs

This commit is contained in:
Axel Kohlmeyer
2022-04-23 14:56:33 -04:00
parent 171b102025
commit 66f5cbb070

View File

@ -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;