This commit is contained in:
Axel Kohlmeyer
2018-11-09 01:09:22 -05:00
parent 62b1159673
commit fe04147ee0

View File

@ -363,7 +363,7 @@ int count_dihedrals()
if (i != k) { if (i != k) {
for (ll=0; ll < atoms[k].no_connect; ll++) { for (ll=0; ll < atoms[k].no_connect; ll++) {
l = atoms[k].conn_no[ll]; l = atoms[k].conn_no[ll];
if ((l != j) && (i != l)) n++ if ((l != j) && (i != l)) n++;
} }
} }
} }