forked from lijiext/lammps
remove unused variable definition
This commit is contained in:
parent
9142d4893d
commit
a1216c4fb2
|
@ -771,7 +771,6 @@ TEST(BondStyle, single) {
|
|||
}
|
||||
|
||||
// gather some information and skip if unsupported
|
||||
int ntypes = lmp->atom->ntypes;
|
||||
int nbondtypes = lmp->atom->nbondtypes;
|
||||
int molecular = lmp->atom->molecular;
|
||||
if (molecular != 1) {
|
||||
|
|
Loading…
Reference in New Issue