Skip to content
Snippets Groups Projects
Commit 13a9b571 authored by felmer's avatar felmer
Browse files

change ZERO to 1e-40

SVN: 14365
parent 183b0964
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.basic.dto.ProteinInfo; ...@@ -24,7 +24,7 @@ import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.basic.dto.ProteinInfo;
public final class InternalAbundanceColumnDefinition extends AbstractColumnDefinition<ProteinInfo> public final class InternalAbundanceColumnDefinition extends AbstractColumnDefinition<ProteinInfo>
{ {
private static final Double ZERO = new Double(1e-9); private static final Double ZERO = new Double(1e-40);
private long sampleID; private long sampleID;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment