You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplified oxNum, central atom is always a carbon so any of the hetero atoms is okay. Wow forgot about "destroyBondOrder", definitely not clear it simply "unboxed" the enum to a number!
Copy file name to clipboardExpand all lines: descriptor/qsarmolecular/src/main/java/org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.java
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1455,16 +1455,8 @@ else if (bj.getOrder() == IBond.Order.TRIPLE) {
1455
1455
1456
1456
for (intj = 0; j <= ca2.size() - 1; j++) {
1457
1457
IAtomca2j = (IAtom) ca2.get(j);
1458
-
1459
-
// // F,O,Cl,Br,N
1460
-
1461
-
// if (s.equals("F") || s.equals("O") || s.equals("Cl")
0 commit comments