Skip to content

Commit 1b1e9bb

Browse files
committed
Make frags public, easier to debug, note alogpfrag[] is already public.
1 parent 409b8b0 commit 1b1e9bb

File tree

1 file changed

+1
-1
lines changed
  • descriptor/qsarmolecular/src/main/java/org/openscience/cdk/qsar/descriptors/molecular

1 file changed

+1
-1
lines changed

descriptor/qsarmolecular/src/main/java/org/openscience/cdk/qsar/descriptors/molecular/ALOGPDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class ALOGPDescriptor extends AbstractMolecularDescriptor implements IMol
100100

101101
AtomicProperties ap; // needed to retrieve electronegativities
102102

103-
int[] frags = new int[121]; // counts of each type of fragment in the molecule
103+
public int[] frags = new int[121]; // counts of each type of fragment in the molecule
104104
public int[] alogpfrag; // alogp fragments for each atom (used to see which atoms have missing fragments)
105105
final static double[] FRAGVAL = new double[121]; // coefficients for alogp model
106106

0 commit comments

Comments
 (0)