Fixed a minor bug where the lodThreshold wasn't being printed in the header.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1992 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
95d381efe2
commit
3313b0ddb4
|
|
@ -28,7 +28,7 @@ public class VECLodThreshold implements VariantExclusionCriterion {
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getStudyHeader() {
|
public String getStudyHeader() {
|
||||||
return "LodThreshold("+lod+")\tlod";
|
return "LodThreshold("+lodThreshold+")\tlod";
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getStudyInfo() {
|
public String getStudyInfo() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue