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
Copy file name to clipboardExpand all lines: descriptor/qsarmolecular/src/main/java/org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ public class ALOGPDescriptor extends AbstractMolecularDescriptor implements IMol
100
100
101
101
AtomicPropertiesap; // needed to retrieve electronegativities
102
102
103
-
int[] frags = newint[121]; // counts of each type of fragment in the molecule
103
+
publicint[] frags = newint[121]; // counts of each type of fragment in the molecule
104
104
publicint[] alogpfrag; // alogp fragments for each atom (used to see which atoms have missing fragments)
105
105
finalstaticdouble[] FRAGVAL = newdouble[121]; // coefficients for alogp model
0 commit comments