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:
kiran 2009-11-08 16:51:36 +00:00
parent 95d381efe2
commit 3313b0ddb4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public class VECLodThreshold implements VariantExclusionCriterion {
}
public String getStudyHeader() {
return "LodThreshold("+lod+")\tlod";
return "LodThreshold("+lodThreshold+")\tlod";
}
public String getStudyInfo() {