Skip to content

Commit 353d8f2

Browse files
committed
make a spectrum attribute visible for MBG
1 parent bae67c6 commit 353d8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/edu/umich/andykong/ptmshepherd/core/Spectrum.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class Spectrum implements Comparable<Spectrum> {
3131

3232
public int scanNum;
3333
public int charge;
34-
double precursorMass, rt;
34+
public double precursorMass, rt;
3535
double monoMass, targetMass;
3636
public float [] peakMZ;
3737
public float [] peakInt;

0 commit comments

Comments
 (0)