Skip to content

Commit 84e3fd9

Browse files
author
Stefan S
committed
2 parents c7244f5 + 2e093c1 commit 84e3fd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

OldInternalLogic/MorpheusModification.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ namespace OldInternalLogic
44
{
55
public class MorpheusModification
66
{
7-
private double v;
87
#region Public Constructors
98

109
public MorpheusModification(string nameInXml, ModificationType type, char aminoAcid, string database, string databaseName, char prevAA, double alternativeMassShift, bool labile, ChemicalFormula cf)
@@ -68,4 +67,4 @@ public override string ToString()
6867

6968
#endregion Public Methods
7069
}
71-
}
70+
}

0 commit comments

Comments
 (0)